Shades of Persian Green #08AAA3
Tints of Persian Green #08AAA3
RGB
CMYK
RGB Variations
Color information
#08AAA3 (or 0x08AAA3) is known color: Persian Green. HEX triplet: 08, AA and A3. RGB value is (8,170,163). Sum of RGB (Red+Green+Blue) = 8+170+163=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #08AAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AAA3 is #F7555C. Grayscale: #787878. Windows color (decimal): -16209245 or 10725896. OLE color: 10725896.
HSL color Cylindrical-coordinate representation of color #08AAA3: hue angle of 177.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 #08AAA3 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 170 | 163 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.33 |
| HSL | 177.41º | 0.91% | 0.35% | - |
| HSV(B) | 177.41º | 0.95% | 0.67% | - |
| XYZ | 21.09 | 31.45 | 39.61 | - |
| YUV | 120.76 | 151.83 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 170 | 163 | 0.95 | 0 | 0.04 | 0.33 | 177.41 | 0.91 | 0.35 |
| Hex | 8 | AA | A3 | 5F | 0 | 4 | 21 | B1 | 5B | 23 |
| Octal | 10 | 252 | 243 | 137 | 0 | 4 | 41 | 261 | 133 | 43 |
| Binary | 1000 | 10101010 | 10100011 | 1011111 | 0 | 100 | 100001 | 10110001 | 1011011 | 100011 |
Color Harmonies of #08AAA3
Complementary color
Monochromatic Colors of #08AAA3
Black with #08AAA3
Text Example
Text Example
White with #08AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AAA3; }
p { color: rgb(8,170,163); }
H1.HeaderClassName
{
color: #08AAA3;
}
.AnyTagClassName
{
color: #08AAA3;
}
</style>
background-color css
<style>
a { background-color: #08AAA3; }
a { background-color: rgb(8,170,163); }
div.DivClassName
{
background-color: #08AAA3;
}
.BgClassName
{
background-color: #08AAA3;
}
</style>
border-color css
<style>
span { border-color: #08AAA3; }
span { border-color: rgb(8,170,163); }
td.TdClassName
{
border-color: #08AAA3;
}
.TagClassName
{
border-color: #08AAA3;
}
</style>