Shades of Caribbean Green #02C87F
Tints of Caribbean Green #02C87F
RGB
CMYK
RGB Variations
Color information
#02C87F (or 0x02C87F) is known color: Caribbean Green. HEX triplet: 02, C8 and 7F. RGB value is (2,200,127). Sum of RGB (Red+Green+Blue) = 2+200+127=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #02C87F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C87F is #FD3780. Grayscale: #848484. Windows color (decimal): -16594817 or 8374274. OLE color: 8374274.
HSL color Cylindrical-coordinate representation of color #02C87F: hue angle of 157.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C87F is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 127 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.22 |
| HSL | 157.88º | 0.98% | 0.4% | - |
| HSV(B) | 157.88º | 0.99% | 0.78% | - |
| XYZ | 24.51 | 42.85 | 27.06 | - |
| YUV | 132.48 | 124.9 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 127 | 0.99 | 0 | 0.36 | 0.22 | 157.88 | 0.98 | 0.4 |
| Hex | 2 | C8 | 7F | 63 | 0 | 24 | 16 | 9E | 62 | 28 |
| Octal | 2 | 310 | 177 | 143 | 0 | 44 | 26 | 236 | 142 | 50 |
| Binary | 10 | 11001000 | 1111111 | 1100011 | 0 | 100100 | 10110 | 10011110 | 1100010 | 101000 |
Color Harmonies of #02C87F
Complementary color
Monochromatic Colors of #02C87F
Black with #02C87F
Text Example
Text Example
White with #02C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C87F; }
p { color: rgb(2,200,127); }
H1.HeaderClassName
{
color: #02C87F;
}
.AnyTagClassName
{
color: #02C87F;
}
</style>
background-color css
<style>
a { background-color: #02C87F; }
a { background-color: rgb(2,200,127); }
div.DivClassName
{
background-color: #02C87F;
}
.BgClassName
{
background-color: #02C87F;
}
</style>
border-color css
<style>
span { border-color: #02C87F; }
span { border-color: rgb(2,200,127); }
td.TdClassName
{
border-color: #02C87F;
}
.TagClassName
{
border-color: #02C87F;
}
</style>