Shades of Caribbean Green #02C28A
Tints of Caribbean Green #02C28A
RGB
CMYK
RGB Variations
Color information
#02C28A (or 0x02C28A) is known color: Caribbean Green. HEX triplet: 02, C2 and 8A. RGB value is (2,194,138). Sum of RGB (Red+Green+Blue) = 2+194+138=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #02C28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C28A is #FD3D75. Grayscale: #828282. Windows color (decimal): -16596342 or 9093634. OLE color: 9093634.
HSL color Cylindrical-coordinate representation of color #02C28A: hue angle of 162.5º 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 #02C28A is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 138 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.24 |
| HSL | 162.5º | 0.98% | 0.38% | - |
| HSV(B) | 162.5º | 0.99% | 0.76% | - |
| XYZ | 23.9 | 40.43 | 30.59 | - |
| YUV | 130.21 | 132.39 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 138 | 0.99 | 0 | 0.29 | 0.24 | 162.5 | 0.98 | 0.38 |
| Hex | 2 | C2 | 8A | 63 | 0 | 1D | 18 | A2 | 62 | 26 |
| Octal | 2 | 302 | 212 | 143 | 0 | 35 | 30 | 242 | 142 | 46 |
| Binary | 10 | 11000010 | 10001010 | 1100011 | 0 | 11101 | 11000 | 10100010 | 1100010 | 100110 |
Color Harmonies of #02C28A
Complementary color
Monochromatic Colors of #02C28A
Black with #02C28A
Text Example
Text Example
White with #02C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C28A; }
p { color: rgb(2,194,138); }
H1.HeaderClassName
{
color: #02C28A;
}
.AnyTagClassName
{
color: #02C28A;
}
</style>
background-color css
<style>
a { background-color: #02C28A; }
a { background-color: rgb(2,194,138); }
div.DivClassName
{
background-color: #02C28A;
}
.BgClassName
{
background-color: #02C28A;
}
</style>
border-color css
<style>
span { border-color: #02C28A; }
span { border-color: rgb(2,194,138); }
td.TdClassName
{
border-color: #02C28A;
}
.TagClassName
{
border-color: #02C28A;
}
</style>