Shades of Persian Green #02ABAC
Tints of Persian Green #02ABAC
RGB
CMYK
RGB Variations
Color information
#02ABAC (or 0x02ABAC) is known color: Persian Green. HEX triplet: 02, AB and AC. RGB value is (2,171,172). Sum of RGB (Red+Green+Blue) = 2+171+172=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #02ABAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02ABAC is #FD5453. Grayscale: #787878. Windows color (decimal): -16602196 or 11315970. OLE color: 11315970.
HSL color Cylindrical-coordinate representation of color #02ABAC: hue angle of 180.35º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABAC is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 172 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.33 |
| HSL | 180.35º | 0.98% | 0.34% | - |
| HSV(B) | 180.35º | 0.99% | 0.67% | - |
| XYZ | 22.03 | 32.12 | 44.07 | - |
| YUV | 120.58 | 157.01 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 172 | 0.99 | 0.01 | 0 | 0.33 | 180.35 | 0.98 | 0.34 |
| Hex | 2 | AB | AC | 63 | 1 | 0 | 21 | B4 | 62 | 22 |
| Octal | 2 | 253 | 254 | 143 | 1 | 0 | 41 | 264 | 142 | 42 |
| Binary | 10 | 10101011 | 10101100 | 1100011 | 1 | 0 | 100001 | 10110100 | 1100010 | 100010 |
Color Harmonies of #02ABAC
Complementary color
Monochromatic Colors of #02ABAC
Black with #02ABAC
Text Example
Text Example
White with #02ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABAC; }
p { color: rgb(2,171,172); }
H1.HeaderClassName
{
color: #02ABAC;
}
.AnyTagClassName
{
color: #02ABAC;
}
</style>
background-color css
<style>
a { background-color: #02ABAC; }
a { background-color: rgb(2,171,172); }
div.DivClassName
{
background-color: #02ABAC;
}
.BgClassName
{
background-color: #02ABAC;
}
</style>
border-color css
<style>
span { border-color: #02ABAC; }
span { border-color: rgb(2,171,172); }
td.TdClassName
{
border-color: #02ABAC;
}
.TagClassName
{
border-color: #02ABAC;
}
</style>