Shades of Caribbean Green #02CA98
Tints of Caribbean Green #02CA98
RGB
CMYK
RGB Variations
Color information
#02CA98 (or 0x02CA98) is known color: Caribbean Green. HEX triplet: 02, CA and 98. RGB value is (2,202,152). Sum of RGB (Red+Green+Blue) = 2+202+152=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CA98 is #FD3567. Grayscale: #888888. Windows color (decimal): -16594280 or 10013186. OLE color: 10013186.
HSL color Cylindrical-coordinate representation of color #02CA98: hue angle of 165º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA98 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 202 | 152 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.21 |
| HSL | 165º | 0.98% | 0.4% | - |
| HSV(B) | 165º | 0.99% | 0.79% | - |
| XYZ | 26.81 | 44.52 | 36.89 | - |
| YUV | 136.5 | 136.74 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 152 | 0.99 | 0 | 0.25 | 0.21 | 165 | 0.98 | 0.4 |
| Hex | 2 | CA | 98 | 63 | 0 | 19 | 15 | A5 | 62 | 28 |
| Octal | 2 | 312 | 230 | 143 | 0 | 31 | 25 | 245 | 142 | 50 |
| Binary | 10 | 11001010 | 10011000 | 1100011 | 0 | 11001 | 10101 | 10100101 | 1100010 | 101000 |
Color Harmonies of #02CA98
Complementary color
Monochromatic Colors of #02CA98
Black with #02CA98
Text Example
Text Example
White with #02CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CA98; }
p { color: rgb(2,202,152); }
H1.HeaderClassName
{
color: #02CA98;
}
.AnyTagClassName
{
color: #02CA98;
}
</style>
background-color css
<style>
a { background-color: #02CA98; }
a { background-color: rgb(2,202,152); }
div.DivClassName
{
background-color: #02CA98;
}
.BgClassName
{
background-color: #02CA98;
}
</style>
border-color css
<style>
span { border-color: #02CA98; }
span { border-color: rgb(2,202,152); }
td.TdClassName
{
border-color: #02CA98;
}
.TagClassName
{
border-color: #02CA98;
}
</style>