Html Css Color HEX #06AA9C Persian Green

📋 copy color: '#06AA9C'

red 6 ◦ green 170 ◦ blue 156

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

Shades of Persian Green #06AA9C

Tints of Persian Green #06AA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.99%

R = 1.81%
G = 51.2%
B = 46.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#06AA9C (or 0x06AA9C) is known color: Persian Green. HEX triplet: 06, AA and 9C. RGB value is (6,170,156). Sum of RGB (Red+Green+Blue) = 6+170+156=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AA9C is #F95563. Grayscale: #777777. Windows color (decimal): -16340324 or 10267142. OLE color: 10267142.

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

Color convert

RGB 6 170 156 -
CMYK 0.96 0 0.08 0.33
HSL 174.88º 0.93% 0.35% -
HSV(B) 174.88º 0.96% 0.67% -
XYZ 20.45 31.19 36.39 -
YUV 119.37 148.67 47.14 -
System Red Green Blue C M Y K H S L
Decimal 6 170 156 0.96 0 0.08 0.33 174.88 0.93 0.35
Hex 6 AA 9C 60 0 8 21 AF 5D 23
Octal 6 252 234 140 0 10 41 257 135 43
Binary 110 10101010 10011100 1100000 0 1000 100001 10101111 1011101 100011

Color Harmonies of #06AA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AA9C

Black with #06AA9C

Text Example


Text Example

White with #06AA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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