Shades of Caribbean Green #02C29B
Tints of Caribbean Green #02C29B
RGB
CMYK
RGB Variations
Color information
#02C29B (or 0x02C29B) is known color: Caribbean Green. HEX triplet: 02, C2 and 9B. RGB value is (2,194,155). Sum of RGB (Red+Green+Blue) = 2+194+155=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #02C29B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C29B is #FD3D64. Grayscale: #848484. Windows color (decimal): -16596325 or 10207746. OLE color: 10207746.
HSL color Cylindrical-coordinate representation of color #02C29B: hue angle of 167.81º 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 #02C29B is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 155 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.24 |
| HSL | 167.81º | 0.98% | 0.38% | - |
| HSV(B) | 167.81º | 0.99% | 0.76% | - |
| XYZ | 25.23 | 40.96 | 37.59 | - |
| YUV | 132.15 | 140.89 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 155 | 0.99 | 0 | 0.20 | 0.24 | 167.81 | 0.98 | 0.38 |
| Hex | 2 | C2 | 9B | 63 | 0 | 14 | 18 | A8 | 62 | 26 |
| Octal | 2 | 302 | 233 | 143 | 0 | 24 | 30 | 250 | 142 | 46 |
| Binary | 10 | 11000010 | 10011011 | 1100011 | 0 | 10100 | 11000 | 10101000 | 1100010 | 100110 |
Color Harmonies of #02C29B
Complementary color
Monochromatic Colors of #02C29B
Black with #02C29B
Text Example
Text Example
White with #02C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C29B; }
p { color: rgb(2,194,155); }
H1.HeaderClassName
{
color: #02C29B;
}
.AnyTagClassName
{
color: #02C29B;
}
</style>
background-color css
<style>
a { background-color: #02C29B; }
a { background-color: rgb(2,194,155); }
div.DivClassName
{
background-color: #02C29B;
}
.BgClassName
{
background-color: #02C29B;
}
</style>
border-color css
<style>
span { border-color: #02C29B; }
span { border-color: rgb(2,194,155); }
td.TdClassName
{
border-color: #02C29B;
}
.TagClassName
{
border-color: #02C29B;
}
</style>