Shades of Caribbean Green #02C49D
Tints of Caribbean Green #02C49D
RGB
CMYK
RGB Variations
Color information
#02C49D (or 0x02C49D) is known color: Caribbean Green. HEX triplet: 02, C4 and 9D. RGB value is (2,196,157). Sum of RGB (Red+Green+Blue) = 2+196+157=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #02C49D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C49D is #FD3B62. Grayscale: #858585. Windows color (decimal): -16595811 or 10339330. OLE color: 10339330.
HSL color Cylindrical-coordinate representation of color #02C49D: hue angle of 167.94º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C49D is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 157 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.23 |
| HSL | 167.94º | 0.98% | 0.39% | - |
| HSV(B) | 167.94º | 0.99% | 0.77% | - |
| XYZ | 25.85 | 41.93 | 38.63 | - |
| YUV | 133.55 | 141.23 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 157 | 0.99 | 0 | 0.20 | 0.23 | 167.94 | 0.98 | 0.39 |
| Hex | 2 | C4 | 9D | 63 | 0 | 14 | 17 | A8 | 62 | 27 |
| Octal | 2 | 304 | 235 | 143 | 0 | 24 | 27 | 250 | 142 | 47 |
| Binary | 10 | 11000100 | 10011101 | 1100011 | 0 | 10100 | 10111 | 10101000 | 1100010 | 100111 |
Color Harmonies of #02C49D
Complementary color
Monochromatic Colors of #02C49D
Black with #02C49D
Text Example
Text Example
White with #02C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C49D; }
p { color: rgb(2,196,157); }
H1.HeaderClassName
{
color: #02C49D;
}
.AnyTagClassName
{
color: #02C49D;
}
</style>
background-color css
<style>
a { background-color: #02C49D; }
a { background-color: rgb(2,196,157); }
div.DivClassName
{
background-color: #02C49D;
}
.BgClassName
{
background-color: #02C49D;
}
</style>
border-color css
<style>
span { border-color: #02C49D; }
span { border-color: rgb(2,196,157); }
td.TdClassName
{
border-color: #02C49D;
}
.TagClassName
{
border-color: #02C49D;
}
</style>