Shades of Jade #02B87C
Tints of Jade #02B87C
RGB
CMYK
RGB Variations
Color information
#02B87C (or 0x02B87C) is known color: Jade. HEX triplet: 02, B8 and 7C. RGB value is (2,184,124). Sum of RGB (Red+Green+Blue) = 2+184+124=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #02B87C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B87C is #FD4783. Grayscale: #7A7A7A. Windows color (decimal): -16598916 or 8173570. OLE color: 8173570.
HSL color Cylindrical-coordinate representation of color #02B87C: hue angle of 160.22º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B87C is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 124 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.28 |
| HSL | 160.22º | 0.98% | 0.36% | - |
| HSV(B) | 160.22º | 0.99% | 0.72% | - |
| XYZ | 20.8 | 35.75 | 24.87 | - |
| YUV | 122.74 | 128.7 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 124 | 0.99 | 0 | 0.33 | 0.28 | 160.22 | 0.98 | 0.36 |
| Hex | 2 | B8 | 7C | 63 | 0 | 21 | 1C | A0 | 62 | 24 |
| Octal | 2 | 270 | 174 | 143 | 0 | 41 | 34 | 240 | 142 | 44 |
| Binary | 10 | 10111000 | 1111100 | 1100011 | 0 | 100001 | 11100 | 10100000 | 1100010 | 100100 |
Color Harmonies of #02B87C
Complementary color
Monochromatic Colors of #02B87C
Black with #02B87C
Text Example
Text Example
White with #02B87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B87C; }
p { color: rgb(2,184,124); }
H1.HeaderClassName
{
color: #02B87C;
}
.AnyTagClassName
{
color: #02B87C;
}
</style>
background-color css
<style>
a { background-color: #02B87C; }
a { background-color: rgb(2,184,124); }
div.DivClassName
{
background-color: #02B87C;
}
.BgClassName
{
background-color: #02B87C;
}
</style>
border-color css
<style>
span { border-color: #02B87C; }
span { border-color: rgb(2,184,124); }
td.TdClassName
{
border-color: #02B87C;
}
.TagClassName
{
border-color: #02B87C;
}
</style>