Shades of Persian Green #02B19D
Tints of Persian Green #02B19D
RGB
CMYK
RGB Variations
Color information
#02B19D (or 0x02B19D) is known color: Persian Green. HEX triplet: 02, B1 and 9D. RGB value is (2,177,157). Sum of RGB (Red+Green+Blue) = 2+177+157=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #02B19D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B19D is #FD4E62. Grayscale: #7A7A7A. Windows color (decimal): -16600675 or 10334466. OLE color: 10334466.
HSL color Cylindrical-coordinate representation of color #02B19D: hue angle of 173.14º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B19D is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 177 | 157 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.31 |
| HSL | 173.14º | 0.98% | 0.35% | - |
| HSV(B) | 173.14º | 0.99% | 0.69% | - |
| XYZ | 21.83 | 33.89 | 37.29 | - |
| YUV | 122.4 | 147.52 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 177 | 157 | 0.99 | 0 | 0.11 | 0.31 | 173.14 | 0.98 | 0.35 |
| Hex | 2 | B1 | 9D | 63 | 0 | B | 1F | AD | 62 | 23 |
| Octal | 2 | 261 | 235 | 143 | 0 | 13 | 37 | 255 | 142 | 43 |
| Binary | 10 | 10110001 | 10011101 | 1100011 | 0 | 1011 | 11111 | 10101101 | 1100010 | 100011 |
Color Harmonies of #02B19D
Complementary color
Monochromatic Colors of #02B19D
Black with #02B19D
Text Example
Text Example
White with #02B19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B19D; }
p { color: rgb(2,177,157); }
H1.HeaderClassName
{
color: #02B19D;
}
.AnyTagClassName
{
color: #02B19D;
}
</style>
background-color css
<style>
a { background-color: #02B19D; }
a { background-color: rgb(2,177,157); }
div.DivClassName
{
background-color: #02B19D;
}
.BgClassName
{
background-color: #02B19D;
}
</style>
border-color css
<style>
span { border-color: #02B19D; }
span { border-color: rgb(2,177,157); }
td.TdClassName
{
border-color: #02B19D;
}
.TagClassName
{
border-color: #02B19D;
}
</style>