Shades of Caribbean Green #02C28C
Tints of Caribbean Green #02C28C
RGB
CMYK
RGB Variations
Color information
#02C28C (or 0x02C28C) is known color: Caribbean Green. HEX triplet: 02, C2 and 8C. RGB value is (2,194,140). Sum of RGB (Red+Green+Blue) = 2+194+140=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #02C28C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C28C is #FD3D73. Grayscale: #828282. Windows color (decimal): -16596340 or 9224706. OLE color: 9224706.
HSL color Cylindrical-coordinate representation of color #02C28C: hue angle of 163.12º 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 #02C28C is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 140 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.24 |
| HSL | 163.13º | 0.98% | 0.38% | - |
| HSV(B) | 163.13º | 0.99% | 0.76% | - |
| XYZ | 24.05 | 40.49 | 31.36 | - |
| YUV | 130.44 | 133.39 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 140 | 0.99 | 0 | 0.28 | 0.24 | 163.13 | 0.98 | 0.38 |
| Hex | 2 | C2 | 8C | 63 | 0 | 1C | 18 | A3 | 62 | 26 |
| Octal | 2 | 302 | 214 | 143 | 0 | 34 | 30 | 243 | 142 | 46 |
| Binary | 10 | 11000010 | 10001100 | 1100011 | 0 | 11100 | 11000 | 10100011 | 1100010 | 100110 |
Color Harmonies of #02C28C
Complementary color
Monochromatic Colors of #02C28C
Black with #02C28C
Text Example
Text Example
White with #02C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C28C; }
p { color: rgb(2,194,140); }
H1.HeaderClassName
{
color: #02C28C;
}
.AnyTagClassName
{
color: #02C28C;
}
</style>
background-color css
<style>
a { background-color: #02C28C; }
a { background-color: rgb(2,194,140); }
div.DivClassName
{
background-color: #02C28C;
}
.BgClassName
{
background-color: #02C28C;
}
</style>
border-color css
<style>
span { border-color: #02C28C; }
span { border-color: rgb(2,194,140); }
td.TdClassName
{
border-color: #02C28C;
}
.TagClassName
{
border-color: #02C28C;
}
</style>