Shades of Caribbean Green #02C48C
Tints of Caribbean Green #02C48C
RGB
CMYK
RGB Variations
Color information
#02C48C (or 0x02C48C) is known color: Caribbean Green. HEX triplet: 02, C4 and 8C. RGB value is (2,196,140). Sum of RGB (Red+Green+Blue) = 2+196+140=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #02C48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C48C is #FD3B73. Grayscale: #838383. Windows color (decimal): -16595828 or 9225218. OLE color: 9225218.
HSL color Cylindrical-coordinate representation of color #02C48C: hue angle of 162.68º 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 #02C48C is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 140 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.23 |
| HSL | 162.68º | 0.98% | 0.39% | - |
| HSV(B) | 162.68º | 0.99% | 0.77% | - |
| XYZ | 24.5 | 41.39 | 31.51 | - |
| YUV | 131.61 | 132.73 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 140 | 0.99 | 0 | 0.29 | 0.23 | 162.68 | 0.98 | 0.39 |
| Hex | 2 | C4 | 8C | 63 | 0 | 1D | 17 | A3 | 62 | 27 |
| Octal | 2 | 304 | 214 | 143 | 0 | 35 | 27 | 243 | 142 | 47 |
| Binary | 10 | 11000100 | 10001100 | 1100011 | 0 | 11101 | 10111 | 10100011 | 1100010 | 100111 |
Color Harmonies of #02C48C
Complementary color
Monochromatic Colors of #02C48C
Black with #02C48C
Text Example
Text Example
White with #02C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C48C; }
p { color: rgb(2,196,140); }
H1.HeaderClassName
{
color: #02C48C;
}
.AnyTagClassName
{
color: #02C48C;
}
</style>
background-color css
<style>
a { background-color: #02C48C; }
a { background-color: rgb(2,196,140); }
div.DivClassName
{
background-color: #02C48C;
}
.BgClassName
{
background-color: #02C48C;
}
</style>
border-color css
<style>
span { border-color: #02C48C; }
span { border-color: rgb(2,196,140); }
td.TdClassName
{
border-color: #02C48C;
}
.TagClassName
{
border-color: #02C48C;
}
</style>