Shades of Persian Green #08ABA2
Tints of Persian Green #08ABA2
RGB
CMYK
RGB Variations
Color information
#08ABA2 (or 0x08ABA2) is known color: Persian Green. HEX triplet: 08, AB and A2. RGB value is (8,171,162). Sum of RGB (Red+Green+Blue) = 8+171+162=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #08ABA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08ABA2 is #F7545D. Grayscale: #797979. Windows color (decimal): -16208990 or 10660616. OLE color: 10660616.
HSL color Cylindrical-coordinate representation of color #08ABA2: hue angle of 176.69º 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 #08ABA2 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 171 | 162 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.33 |
| HSL | 176.69º | 0.91% | 0.35% | - |
| HSV(B) | 176.69º | 0.95% | 0.67% | - |
| XYZ | 21.18 | 31.79 | 39.2 | - |
| YUV | 121.24 | 151 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 171 | 162 | 0.95 | 0 | 0.05 | 0.33 | 176.69 | 0.91 | 0.35 |
| Hex | 8 | AB | A2 | 5F | 0 | 5 | 21 | B1 | 5B | 23 |
| Octal | 10 | 253 | 242 | 137 | 0 | 5 | 41 | 261 | 133 | 43 |
| Binary | 1000 | 10101011 | 10100010 | 1011111 | 0 | 101 | 100001 | 10110001 | 1011011 | 100011 |
Color Harmonies of #08ABA2
Complementary color
Monochromatic Colors of #08ABA2
Black with #08ABA2
Text Example
Text Example
White with #08ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ABA2; }
p { color: rgb(8,171,162); }
H1.HeaderClassName
{
color: #08ABA2;
}
.AnyTagClassName
{
color: #08ABA2;
}
</style>
background-color css
<style>
a { background-color: #08ABA2; }
a { background-color: rgb(8,171,162); }
div.DivClassName
{
background-color: #08ABA2;
}
.BgClassName
{
background-color: #08ABA2;
}
</style>
border-color css
<style>
span { border-color: #08ABA2; }
span { border-color: rgb(8,171,162); }
td.TdClassName
{
border-color: #08ABA2;
}
.TagClassName
{
border-color: #08ABA2;
}
</style>