#08AA89

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

Shades of Persian Green #08AA89

Tints of Persian Green #08AA89

Color information

#08AA89 (or 0x08AA89) is unknown color: approx Persian Green. HEX triplet: 08, AA and 89. RGB value is (8,170,137). Sum of RGB (Red+Green+Blue) = 8+170+137=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AA89 is #F75576. Grayscale: #757575. Windows color (decimal): -16209271 or 9021960. OLE color: 9021960.

HSL color Cylindrical-coordinate representation of color #08AA89: hue angle of 167.78º 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 #08AA89 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB8170137-
CMYK0.9500.190.33
HSL167.78º91.01%34.9%-
HSV(B)167.78º95.29%66.67%-
XYZ18.9930.6128.57-
YUV117.8138.8349.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.54%
GREEN value IS 170 (66.80% from 255) = 53.97%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=2.54%
G=53.97%
B=43.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81701370.9500.190.33167.7891.0134.9
Hex8AA895F01321a85b23
Octal102522111370234125013343
Binary100010101010100010011011111010011100001101010001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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