Html Css Color HEX #06AA9E Persian Green

📋 copy color: '#06AA9E'

red 6 ◦ green 170 ◦ blue 158

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

Shades of Persian Green #06AA9E

Tints of Persian Green #06AA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.31%

R = 1.8%
G = 50.9%
B = 47.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#06AA9E (or 0x06AA9E) is known color: Persian Green. HEX triplet: 06, AA and 9E. RGB value is (6,170,158). Sum of RGB (Red+Green+Blue) = 6+170+158=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AA9E is #F95561. Grayscale: #777777. Windows color (decimal): -16340322 or 10398214. OLE color: 10398214.

HSL color Cylindrical-coordinate representation of color #06AA9E: hue angle of 175.61º 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 #06AA9E is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 170 158 -
CMYK 0.96 0 0.07 0.33
HSL 175.61º 0.93% 0.35% -
HSV(B) 175.61º 0.96% 0.67% -
XYZ 20.62 31.26 37.29 -
YUV 119.6 149.67 46.98 -
System Red Green Blue C M Y K H S L
Decimal 6 170 158 0.96 0 0.07 0.33 175.61 0.93 0.35
Hex 6 AA 9E 60 0 7 21 B0 5D 23
Octal 6 252 236 140 0 7 41 260 135 43
Binary 110 10101010 10011110 1100000 0 111 100001 10110000 1011101 100011

Color Harmonies of #06AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AA9E

Black with #06AA9E

Text Example


Text Example

White with #06AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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