#08AAA9

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

Shades of Persian Green #08AAA9

Tints of Persian Green #08AAA9

Color information

#08AAA9 (or 0x08AAA9) is unknown color: approx Persian Green. HEX triplet: 08, AA and A9. RGB value is (8,170,169). Sum of RGB (Red+Green+Blue) = 8+170+169=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 169 (66.41% from 255 or 48.70% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #08AAA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AAA9 is #F75556. Grayscale: #797979. Windows color (decimal): -16209239 or 11119112. OLE color: 11119112.

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

Color convert

RGB8170169-
CMYK0.9500.010.33
HSL179.63º91.01%34.9%-
HSV(B)179.63º95.29%66.67%-
XYZ21.6431.6742.51-
YUV121.45154.8347.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.31%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 169 (66.41% from 255) = 48.70%
R=2.31%
G=48.99%
B=48.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81701690.9500.010.33179.6391.0134.9
Hex8AAA95F0121b45b23
Octal10252251137014126413343
Binary10001010101010101001101111101100001101101001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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