COLOR #06AA94

HEX: #06AA94
RGB: (6,170,148)

Color info

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

RGB color model

#06AA94 color RGB value is (6,170,148).

  • red value is 6;
  • green value is 170;
  • blue value is 148.
RGB:
(6,170,148)
(2%,67%,58%)

RGB channels and saturation

R 6 of 255 = 2%
G 170 of 255 = 67%
B 148 of 255 = 58%

6
170
148

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

Portions of RGB colors in percentages

R + G + B =
6 + 170 + 148 = 324 (100%)
R 6 of 324 ~ 1.85%
G 170 of 324 ~ 52.47%
B 148 of 324 ~ 45.68%

%52.47
%45.68

CMYK color model

#06AA94 color CMYK value is (96,0,13,33).

  • cyan value is 96.47%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 33.33%
CMYK:
(96,0,13,33)
C96M0Y13K33 
(96%,0%,13%,33%)
(0.96/0.00/0.13/0.33)	

CMYK percentages

%96.47
%0
%12.94
%33.33

Codes

Color #06AA94 in popluar color models

06AA94
RGB6170148
HSL172°93.18%34.51%
HSB/HSV172°96.47%66.67%
CMYK96.47%0.00%12.94%
33.33%

Color #06AA94 in popluar number systems.

HEX06AA94
Decimal6170148
Binary1101010101010010100
Octal6252224

Shades and tints

Shades of #06AA94

#06AA94
(6,170,148)
#069B87
(6,155,135)
#068C7A
(6,140,122)
#067D6D
(6,125,109)
#066E60
(6,110,96)
#065F53
(6,95,83)
#065046
(6,80,70)
#064139
(6,65,57)
#06322C
(6,50,44)
#06231F
(6,35,31)
#061412
(6,20,18)
#000000
(0,0,0)

Tints of #06AA94

#06AA94
(6,170,148)
#1CB19D
(28,177,157)
#32B8A6
(50,184,166)
#48BFAF
(72,191,175)
#5EC6B8
(94,198,184)
#74CDC1
(116,205,193)
#8AD4CA
(138,212,202)
#A0DBD3
(160,219,211)
#B6E2DC
(182,226,220)
#CCE9E5
(204,233,229)
#E2F0EE
(226,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06AA94 color. Also use rgb(6,170,148) instead hex code.

Text Font Color

.myTextColor { color: #06AA94; }

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

This text font color is #06AA94.


Background Color

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

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

This div background color is #06AA94.


Border color

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

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

This div border color is #06AA94.


Opacity

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

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

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

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

This text has shadow with #06AA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06AA94 on black background.


Color preview on white background

This text has color #06AA94 on white background.



Black color preview on #06AA94 background

This text has black color on #06AA94 background.


White color preview on #06AA94 background

This text has white color on #06AA94 background.