Shades of Jade #02B87E
Tints of Jade #02B87E
RGB
CMYK
RGB Variations
Color information
#02B87E (or 0x02B87E) is known color: Jade. HEX triplet: 02, B8 and 7E. RGB value is (2,184,126). Sum of RGB (Red+Green+Blue) = 2+184+126=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #02B87E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B87E is #FD4781. Grayscale: #7B7B7B. Windows color (decimal): -16598914 or 8304642. OLE color: 8304642.
HSL color Cylindrical-coordinate representation of color #02B87E: hue angle of 160.88º 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 #02B87E is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 126 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.28 |
| HSL | 160.88º | 0.98% | 0.36% | - |
| HSV(B) | 160.88º | 0.99% | 0.72% | - |
| XYZ | 20.93 | 35.8 | 25.55 | - |
| YUV | 122.97 | 129.7 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 126 | 0.99 | 0 | 0.32 | 0.28 | 160.88 | 0.98 | 0.36 |
| Hex | 2 | B8 | 7E | 63 | 0 | 20 | 1C | A1 | 62 | 24 |
| Octal | 2 | 270 | 176 | 143 | 0 | 40 | 34 | 241 | 142 | 44 |
| Binary | 10 | 10111000 | 1111110 | 1100011 | 0 | 100000 | 11100 | 10100001 | 1100010 | 100100 |
Color Harmonies of #02B87E
Complementary color
Monochromatic Colors of #02B87E
Black with #02B87E
Text Example
Text Example
White with #02B87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B87E; }
p { color: rgb(2,184,126); }
H1.HeaderClassName
{
color: #02B87E;
}
.AnyTagClassName
{
color: #02B87E;
}
</style>
background-color css
<style>
a { background-color: #02B87E; }
a { background-color: rgb(2,184,126); }
div.DivClassName
{
background-color: #02B87E;
}
.BgClassName
{
background-color: #02B87E;
}
</style>
border-color css
<style>
span { border-color: #02B87E; }
span { border-color: rgb(2,184,126); }
td.TdClassName
{
border-color: #02B87E;
}
.TagClassName
{
border-color: #02B87E;
}
</style>