COLOR #06AF9C

HEX: #06AF9C
RGB: (6,175,156)

Renk bilgisi

#06AF9C contains mainly green and blue colors. #06AF9C ‘ nin web güvenlik rengi #009999 (ya da #099) dir.

RGB renk modeli

#06AF9C color RGB value is (6,175,156).

  • kırmız ton 6;
  • yeşil ton 175;
  • mavi ton 156.
RGB:
(6,175,156)
(2%,69%,61%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 175 of 255 = 69%
B 156 of 255 = 61%

6
175
156

R + G + B ~ 44%. #06AF9C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 175 + 156 = 337 (100%)
R 6 of 337 ~ 1.78%
G 175 of 337 ~ 51.93%
B 156 of 337 ~ 46.29%

%51.93
%46.29

CMYK RENK MODELİ

#06AF9C rengi CMYK tonu (97,0,11,31).

  • camgöbeği tonu 96.57%
  • eflatun tonu 0.00%
  • sarı tonu 10.86%
  • ana renk tonu 31.37%
CMYK:
(97,0,11,31)
C97M0Y11K31 
(97%,0%,11%,31%)
(0.97/0.00/0.11/0.31)	

CMYK yüzdeleri

%96.57
%0
%10.86
%31.37

Codes

Color #06AF9C in popluar color models

06AF9C
RGB6175156
HSL173°93.37%35.49%
HSB/HSV173°96.57%68.63%
CMYK96.57%0.00%10.86%
31.37%

Color #06AF9C in popluar number systems.

HEX06AF9C
Decimal6175156
Binary1101010111110011100
Octal6257234

Shades and tints

Shades of #06AF9C

#06AF9C
(6,175,156)
#06A08E
(6,160,142)
#069180
(6,145,128)
#068272
(6,130,114)
#067364
(6,115,100)
#066456
(6,100,86)
#065548
(6,85,72)
#06463A
(6,70,58)
#06372C
(6,55,44)
#06281E
(6,40,30)
#061910
(6,25,16)
#000000
(0,0,0)

Tints of #06AF9C

#06AF9C
(6,175,156)
#1CB6A5
(28,182,165)
#32BDAE
(50,189,174)
#48C4B7
(72,196,183)
#5ECBC0
(94,203,192)
#74D2C9
(116,210,201)
#8AD9D2
(138,217,210)
#A0E0DB
(160,224,219)
#B6E7E4
(182,231,228)
#CCEEED
(204,238,237)
#E2F5F6
(226,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06AF9C color. Also use rgb(6,175,156) instead hex code.

Text Font Color

.myTextColor { color: #06AF9C; }

<p style="color:#06AF9C">This sample text font color is #06AF9C.</p>

This text font color is #06AF9C.


Background Color

.myBgColor { background-color: #06AF9C; }

<div style="background-color:#06AF9C">Inner text</div>

This div background color is #06AF9C.


Border color

.myBorderColor { border: 1px solid #06AF9C; }

<div style="border:3px solid #06AF9C">Div</div>

This div border color is #06AF9C.


Opacity

.myOpacity80 { color: #06AF9C; opacity: 0.8; }

<p style="color:#06AF9C;opacity:0.8;">80%</p>

Text with #06AF9C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06AF9C;}

<p style="text-shadow: 3px 3px 1px #06AF9C">Text here.</p>

This text has shadow with #06AF9C color.

.textShadow {text-shadow: 3px 3px 1px #06AF9C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06AF9C, 5px 5px 20px red">Text here.</p>

This text has shadow with #06AF9C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06AF9C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06AF9C, Direction=45, Strength=4)">Text</p>

This text has shadow with #06AF9C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06AF9C;
  -webkit-box-shadow:	1px 1px 3px 2px #06AF9C;
  box-shadow:		1px 1px 3px 2px #06AF9C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06AF9C;
-webkit-box-shadow: 1px 1px 3px 2px #06AF9C;
box-shadow:1px 1px 3px 2px #06AF9C;">
Div content here</div>
This div box has shadow with color #06AF9C.

Preview

Color preview on black background

This text has color #06AF9C on black background.


Color preview on white background

This text has color #06AF9C on white background.



Black color preview on #06AF9C background

This text has black color on #06AF9C background.


White color preview on #06AF9C background

This text has white color on #06AF9C background.