Shades of Caribbean Green #02C298
Tints of Caribbean Green #02C298
RGB
CMYK
RGB Variations
Color information
#02C298 (or 0x02C298) is known color: Caribbean Green. HEX triplet: 02, C2 and 98. RGB value is (2,194,152). Sum of RGB (Red+Green+Blue) = 2+194+152=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #02C298 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C298 is #FD3D67. Grayscale: #838383. Windows color (decimal): -16596328 or 10011138. OLE color: 10011138.
HSL color Cylindrical-coordinate representation of color #02C298: hue angle of 166.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C298 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 152 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.24 |
| HSL | 166.88º | 0.98% | 0.38% | - |
| HSV(B) | 166.88º | 0.99% | 0.76% | - |
| XYZ | 24.98 | 40.86 | 36.28 | - |
| YUV | 131.8 | 139.39 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 152 | 0.99 | 0 | 0.22 | 0.24 | 166.88 | 0.98 | 0.38 |
| Hex | 2 | C2 | 98 | 63 | 0 | 16 | 18 | A7 | 62 | 26 |
| Octal | 2 | 302 | 230 | 143 | 0 | 26 | 30 | 247 | 142 | 46 |
| Binary | 10 | 11000010 | 10011000 | 1100011 | 0 | 10110 | 11000 | 10100111 | 1100010 | 100110 |
Color Harmonies of #02C298
Complementary color
Monochromatic Colors of #02C298
Black with #02C298
Text Example
Text Example
White with #02C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C298; }
p { color: rgb(2,194,152); }
H1.HeaderClassName
{
color: #02C298;
}
.AnyTagClassName
{
color: #02C298;
}
</style>
background-color css
<style>
a { background-color: #02C298; }
a { background-color: rgb(2,194,152); }
div.DivClassName
{
background-color: #02C298;
}
.BgClassName
{
background-color: #02C298;
}
</style>
border-color css
<style>
span { border-color: #02C298; }
span { border-color: rgb(2,194,152); }
td.TdClassName
{
border-color: #02C298;
}
.TagClassName
{
border-color: #02C298;
}
</style>