Shades of Caribbean Green #02C492
Tints of Caribbean Green #02C492
RGB
CMYK
RGB Variations
Color information
#02C492 (or 0x02C492) is known color: Caribbean Green. HEX triplet: 02, C4 and 92. RGB value is (2,196,146). Sum of RGB (Red+Green+Blue) = 2+196+146=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #02C492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C492 is #FD3B6D. Grayscale: #848484. Windows color (decimal): -16595822 or 9618434. OLE color: 9618434.
HSL color Cylindrical-coordinate representation of color #02C492: hue angle of 164.54º 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 #02C492 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 146 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.23 |
| HSL | 164.54º | 0.98% | 0.39% | - |
| HSV(B) | 164.54º | 0.99% | 0.77% | - |
| XYZ | 24.95 | 41.57 | 33.9 | - |
| YUV | 132.29 | 135.73 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 146 | 0.99 | 0 | 0.26 | 0.23 | 164.54 | 0.98 | 0.39 |
| Hex | 2 | C4 | 92 | 63 | 0 | 1A | 17 | A5 | 62 | 27 |
| Octal | 2 | 304 | 222 | 143 | 0 | 32 | 27 | 245 | 142 | 47 |
| Binary | 10 | 11000100 | 10010010 | 1100011 | 0 | 11010 | 10111 | 10100101 | 1100010 | 100111 |
Color Harmonies of #02C492
Complementary color
Monochromatic Colors of #02C492
Black with #02C492
Text Example
Text Example
White with #02C492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C492; }
p { color: rgb(2,196,146); }
H1.HeaderClassName
{
color: #02C492;
}
.AnyTagClassName
{
color: #02C492;
}
</style>
background-color css
<style>
a { background-color: #02C492; }
a { background-color: rgb(2,196,146); }
div.DivClassName
{
background-color: #02C492;
}
.BgClassName
{
background-color: #02C492;
}
</style>
border-color css
<style>
span { border-color: #02C492; }
span { border-color: rgb(2,196,146); }
td.TdClassName
{
border-color: #02C492;
}
.TagClassName
{
border-color: #02C492;
}
</style>