Html Css Color HEX #06AAA9 Persian Green

📋 copy color: '#06AAA9'

red 6 ◦ green 170 ◦ blue 169

#06AAA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #06AAA9

Tints of Persian Green #06AAA9

RGB

 RED value IS 6 (2.73% from 255) = 1.74%

 GREEN value IS 170 (66.8% from 255) = 49.28%

 BLUE value IS 169 (66.41% from 255) = 48.99%

R = 1.74%
G = 49.28%
B = 48.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06AAA9 (or 0x06AAA9) is known color: Persian Green. HEX triplet: 06, AA and A9. RGB value is (6,170,169). Sum of RGB (Red+Green+Blue) = 6+170+169=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #06AAA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AAA9 is #F95556. Grayscale: #787878. Windows color (decimal): -16340311 or 11119110. OLE color: 11119110.

HSL color Cylindrical-coordinate representation of color #06AAA9: hue angle of 179.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AAA9 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 170 169 -
CMYK 0.96 0 0.01 0.33
HSL 179.63º 0.93% 0.35% -
HSV(B) 179.63º 0.96% 0.67% -
XYZ 21.61 31.65 42.51 -
YUV 120.85 155.17 46.08 -
System Red Green Blue C M Y K H S L
Decimal 6 170 169 0.96 0 0.01 0.33 179.63 0.93 0.35
Hex 6 AA A9 60 0 1 21 B4 5D 23
Octal 6 252 251 140 0 1 41 264 135 43
Binary 110 10101010 10101001 1100000 0 1 100001 10110100 1011101 100011

Color Harmonies of #06AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AAA9

Black with #06AAA9

Text Example


Text Example

White with #06AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06AAA9; }

 p { color: rgb(6,170,169); }

 H1.HeaderClassName
 {
   color: #06AAA9;
 }
 .AnyTagClassName
 {
   color: #06AAA9;
 }
</style>

background-color css

<style>
 a { background-color: #06AAA9; }

 a { background-color: rgb(6,170,169); }

 div.DivClassName
 {
   background-color: #06AAA9;
 }
 .BgClassName
 {
   background-color: #06AAA9;
 }
</style>

border-color css

<style>
 span { border-color: #06AAA9; }

 span { border-color: rgb(6,170,169); }

 td.TdClassName
 {
   border-color: #06AAA9;
 }
 .TagClassName
 {
   border-color: #06AAA9;
 }
</style>