#06AA87

Color #06AA87 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #06AA87

Tints of Persian Green #06AA87

Color information

#06AA87 (or 0x06AA87) is unknown color: approx Persian Green. HEX triplet: 06, AA and 87. RGB value is (6,170,135). Sum of RGB (Red+Green+Blue) = 6+170+135=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AA87 is #F95578. Grayscale: #747474. Windows color (decimal): -16340345 or 8890886. OLE color: 8890886.

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

Color convert

RGB6170135-
CMYK0.9600.210.33
HSL167.2º93.18%34.51%-
HSV(B)167.2º96.47%66.67%-
XYZ18.8230.5427.82-
YUV116.97138.1748.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 170 (66.80% from 255) = 54.66%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=1.93%
G=54.66%
B=43.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61701350.9600.210.33167.293.1834.51
Hex6AA876001521a75d23
Octal62522071400254124713543
Binary11010101010100001111100000010101100001101001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06AA87;
 }
 .AnyTagClassName
 {
   color: #06AA87;
 }
</style>
background-color css

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

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

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

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

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

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