#08AA96

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

Shades of Persian Green #08AA96

Tints of Persian Green #08AA96

Color information

#08AA96 (or 0x08AA96) is unknown color: approx Persian Green. HEX triplet: 08, AA and 96. RGB value is (8,170,150). Sum of RGB (Red+Green+Blue) = 8+170+150=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AA96 is #F75569. Grayscale: #777777. Windows color (decimal): -16209258 or 9873928. OLE color: 9873928.

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

Color convert

RGB8170150-
CMYK0.9500.120.33
HSL172.59º91.01%34.9%-
HSV(B)172.59º95.29%66.67%-
XYZ19.983133.79-
YUV119.28145.3348.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.44%
GREEN value IS 170 (66.80% from 255) = 51.83%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=2.44%
G=51.83%
B=45.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81701500.9500.120.33172.5991.0134.9
Hex8AA965F0C21ad5b23
Octal102522261370144125513343
Binary10001010101010010110101111101100100001101011011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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