#08AA88

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

Shades of Persian Green #08AA88

Tints of Persian Green #08AA88

Color information

#08AA88 (or 0x08AA88) is unknown color: approx Persian Green. HEX triplet: 08, AA and 88. RGB value is (8,170,136). Sum of RGB (Red+Green+Blue) = 8+170+136=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AA88 is #F75577. Grayscale: #757575. Windows color (decimal): -16209272 or 8956424. OLE color: 8956424.

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

Color convert

RGB8170136-
CMYK0.9500.200.33
HSL167.41º91.01%34.9%-
HSV(B)167.41º95.29%66.67%-
XYZ18.9230.5828.2-
YUV117.69138.3349.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.55%
GREEN value IS 170 (66.80% from 255) = 54.14%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=2.55%
G=54.14%
B=43.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81701360.9500.200.33167.4191.0134.9
Hex8AA885F01421a75b23
Octal102522101370244124713343
Binary100010101010100010001011111010100100001101001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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