Shades of Caribbean Green #02C28E
Tints of Caribbean Green #02C28E
RGB
CMYK
RGB Variations
Color information
#02C28E (or 0x02C28E) is known color: Caribbean Green. HEX triplet: 02, C2 and 8E. RGB value is (2,194,142). Sum of RGB (Red+Green+Blue) = 2+194+142=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #02C28E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C28E is #FD3D71. Grayscale: #828282. Windows color (decimal): -16596338 or 9355778. OLE color: 9355778.
HSL color Cylindrical-coordinate representation of color #02C28E: hue angle of 163.75º 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 #02C28E is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 142 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.24 |
| HSL | 163.75º | 0.98% | 0.38% | - |
| HSV(B) | 163.75º | 0.99% | 0.76% | - |
| XYZ | 24.2 | 40.55 | 32.14 | - |
| YUV | 130.66 | 134.39 | 36.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 142 | 0.99 | 0 | 0.27 | 0.24 | 163.75 | 0.98 | 0.38 |
| Hex | 2 | C2 | 8E | 63 | 0 | 1B | 18 | A4 | 62 | 26 |
| Octal | 2 | 302 | 216 | 143 | 0 | 33 | 30 | 244 | 142 | 46 |
| Binary | 10 | 11000010 | 10001110 | 1100011 | 0 | 11011 | 11000 | 10100100 | 1100010 | 100110 |
Color Harmonies of #02C28E
Complementary color
Monochromatic Colors of #02C28E
Black with #02C28E
Text Example
Text Example
White with #02C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C28E; }
p { color: rgb(2,194,142); }
H1.HeaderClassName
{
color: #02C28E;
}
.AnyTagClassName
{
color: #02C28E;
}
</style>
background-color css
<style>
a { background-color: #02C28E; }
a { background-color: rgb(2,194,142); }
div.DivClassName
{
background-color: #02C28E;
}
.BgClassName
{
background-color: #02C28E;
}
</style>
border-color css
<style>
span { border-color: #02C28E; }
span { border-color: rgb(2,194,142); }
td.TdClassName
{
border-color: #02C28E;
}
.TagClassName
{
border-color: #02C28E;
}
</style>