Shades of Persian Green #08AAA2
Tints of Persian Green #08AAA2
RGB
CMYK
RGB Variations
Color information
#08AAA2 (or 0x08AAA2) is known color: Persian Green. HEX triplet: 08, AA and A2. RGB value is (8,170,162). Sum of RGB (Red+Green+Blue) = 8+170+162=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #08AAA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AAA2 is #F7555D. Grayscale: #787878. Windows color (decimal): -16209246 or 10660360. OLE color: 10660360.
HSL color Cylindrical-coordinate representation of color #08AAA2: hue angle of 177.04º 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 #08AAA2 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 170 | 162 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.33 |
| HSL | 177.04º | 0.91% | 0.35% | - |
| HSV(B) | 177.04º | 0.95% | 0.67% | - |
| XYZ | 21 | 31.41 | 39.14 | - |
| YUV | 120.65 | 151.33 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 170 | 162 | 0.95 | 0 | 0.05 | 0.33 | 177.04 | 0.91 | 0.35 |
| Hex | 8 | AA | A2 | 5F | 0 | 5 | 21 | B1 | 5B | 23 |
| Octal | 10 | 252 | 242 | 137 | 0 | 5 | 41 | 261 | 133 | 43 |
| Binary | 1000 | 10101010 | 10100010 | 1011111 | 0 | 101 | 100001 | 10110001 | 1011011 | 100011 |
Color Harmonies of #08AAA2
Complementary color
Monochromatic Colors of #08AAA2
Black with #08AAA2
Text Example
Text Example
White with #08AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AAA2; }
p { color: rgb(8,170,162); }
H1.HeaderClassName
{
color: #08AAA2;
}
.AnyTagClassName
{
color: #08AAA2;
}
</style>
background-color css
<style>
a { background-color: #08AAA2; }
a { background-color: rgb(8,170,162); }
div.DivClassName
{
background-color: #08AAA2;
}
.BgClassName
{
background-color: #08AAA2;
}
</style>
border-color css
<style>
span { border-color: #08AAA2; }
span { border-color: rgb(8,170,162); }
td.TdClassName
{
border-color: #08AAA2;
}
.TagClassName
{
border-color: #08AAA2;
}
</style>