Shades of Persian Green #02AB9B
Tints of Persian Green #02AB9B
RGB
CMYK
RGB Variations
Color information
#02AB9B (or 0x02AB9B) is known color: Persian Green. HEX triplet: 02, AB and 9B. RGB value is (2,171,155). Sum of RGB (Red+Green+Blue) = 2+171+155=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AB9B is #FD5464. Grayscale: #767676. Windows color (decimal): -16602213 or 10201858. OLE color: 10201858.
HSL color Cylindrical-coordinate representation of color #02AB9B: hue angle of 174.32º 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 #02AB9B is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 155 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.33 |
| HSL | 174.32º | 0.98% | 0.34% | - |
| HSV(B) | 174.32º | 0.99% | 0.67% | - |
| XYZ | 20.5 | 31.51 | 36.01 | - |
| YUV | 118.65 | 148.51 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 155 | 0.99 | 0 | 0.09 | 0.33 | 174.32 | 0.98 | 0.34 |
| Hex | 2 | AB | 9B | 63 | 0 | 9 | 21 | AE | 62 | 22 |
| Octal | 2 | 253 | 233 | 143 | 0 | 11 | 41 | 256 | 142 | 42 |
| Binary | 10 | 10101011 | 10011011 | 1100011 | 0 | 1001 | 100001 | 10101110 | 1100010 | 100010 |
Color Harmonies of #02AB9B
Complementary color
Monochromatic Colors of #02AB9B
Black with #02AB9B
Text Example
Text Example
White with #02AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB9B; }
p { color: rgb(2,171,155); }
H1.HeaderClassName
{
color: #02AB9B;
}
.AnyTagClassName
{
color: #02AB9B;
}
</style>
background-color css
<style>
a { background-color: #02AB9B; }
a { background-color: rgb(2,171,155); }
div.DivClassName
{
background-color: #02AB9B;
}
.BgClassName
{
background-color: #02AB9B;
}
</style>
border-color css
<style>
span { border-color: #02AB9B; }
span { border-color: rgb(2,171,155); }
td.TdClassName
{
border-color: #02AB9B;
}
.TagClassName
{
border-color: #02AB9B;
}
</style>