Shades of Caribbean Green #02C898
Tints of Caribbean Green #02C898
RGB
CMYK
RGB Variations
Color information
#02C898 (or 0x02C898) is known color: Caribbean Green. HEX triplet: 02, C8 and 98. RGB value is (2,200,152). Sum of RGB (Red+Green+Blue) = 2+200+152=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #02C898 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C898 is #FD3767. Grayscale: #878787. Windows color (decimal): -16594792 or 10012674. OLE color: 10012674.
HSL color Cylindrical-coordinate representation of color #02C898: hue angle of 165.45º 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 #02C898 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 152 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.22 |
| HSL | 165.45º | 0.98% | 0.4% | - |
| HSV(B) | 165.45º | 0.99% | 0.78% | - |
| XYZ | 26.35 | 43.59 | 36.73 | - |
| YUV | 135.33 | 137.4 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 152 | 0.99 | 0 | 0.24 | 0.22 | 165.45 | 0.98 | 0.4 |
| Hex | 2 | C8 | 98 | 63 | 0 | 18 | 16 | A5 | 62 | 28 |
| Octal | 2 | 310 | 230 | 143 | 0 | 30 | 26 | 245 | 142 | 50 |
| Binary | 10 | 11001000 | 10011000 | 1100011 | 0 | 11000 | 10110 | 10100101 | 1100010 | 101000 |
Color Harmonies of #02C898
Complementary color
Monochromatic Colors of #02C898
Black with #02C898
Text Example
Text Example
White with #02C898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C898; }
p { color: rgb(2,200,152); }
H1.HeaderClassName
{
color: #02C898;
}
.AnyTagClassName
{
color: #02C898;
}
</style>
background-color css
<style>
a { background-color: #02C898; }
a { background-color: rgb(2,200,152); }
div.DivClassName
{
background-color: #02C898;
}
.BgClassName
{
background-color: #02C898;
}
</style>
border-color css
<style>
span { border-color: #02C898; }
span { border-color: rgb(2,200,152); }
td.TdClassName
{
border-color: #02C898;
}
.TagClassName
{
border-color: #02C898;
}
</style>