COLOR #06A0AE

HEX: #06A0AE
RGB: (6,160,174)

Color info

#06A0AE contains mainly green and blue colors. Web safe color of #06A0AE is #009999 (or #099).

RGB color model

#06A0AE color RGB value is (6,160,174).

  • red value is 6;
  • green value is 160;
  • blue value is 174.
RGB:
(6,160,174)
(2%,63%,68%)

RGB channels and saturation

R 6 of 255 = 2%
G 160 of 255 = 63%
B 174 of 255 = 68%

6
160
174

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

Portions of RGB colors in percentages

R + G + B =
6 + 160 + 174 = 340 (100%)
R 6 of 340 ~ 1.76%
G 160 of 340 ~ 47.06%
B 174 of 340 ~ 51.18%

%47.06
%51.18

CMYK color model

#06A0AE color CMYK value is (97,8,0,32).

  • cyan value is 96.55%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(97,8,0,32)
C97M8Y0K32 
(97%,8%,0%,32%)
(0.97/0.08/0.00/0.32)	

CMYK percentages

%96.55
%8.05
%0
%31.76

Codes

Color #06A0AE in popluar color models

06A0AE
RGB6160174
HSL185°93.33%35.29%
HSB/HSV185°96.55%68.24%
CMYK96.55%8.05%0.00%
31.76%

Color #06A0AE in popluar number systems.

HEX06A0AE
Decimal6160174
Binary1101010000010101110
Octal6240256

Shades and tints

Shades of #06A0AE

#06A0AE
(6,160,174)
#06929F
(6,146,159)
#068490
(6,132,144)
#067681
(6,118,129)
#066872
(6,104,114)
#065A63
(6,90,99)
#064C54
(6,76,84)
#063E45
(6,62,69)
#063036
(6,48,54)
#062227
(6,34,39)
#061418
(6,20,24)
#000000
(0,0,0)

Tints of #06A0AE

#06A0AE
(6,160,174)
#1CA8B5
(28,168,181)
#32B0BC
(50,176,188)
#48B8C3
(72,184,195)
#5EC0CA
(94,192,202)
#74C8D1
(116,200,209)
#8AD0D8
(138,208,216)
#A0D8DF
(160,216,223)
#B6E0E6
(182,224,230)
#CCE8ED
(204,232,237)
#E2F0F4
(226,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06A0AE color. Also use rgb(6,160,174) instead hex code.

Text Font Color

.myTextColor { color: #06A0AE; }

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

This text font color is #06A0AE.


Background Color

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

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

This div background color is #06A0AE.


Border color

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

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

This div border color is #06A0AE.


Opacity

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

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

Text with #06A0AE 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 #06A0AE;}

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

This text has shadow with #06A0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06A0AE on black background.


Color preview on white background

This text has color #06A0AE on white background.



Black color preview on #06A0AE background

This text has black color on #06A0AE background.


White color preview on #06A0AE background

This text has white color on #06A0AE background.