Shades of Caribbean Green #02C291
Tints of Caribbean Green #02C291
RGB
CMYK
RGB Variations
Color information
#02C291 (or 0x02C291) is known color: Caribbean Green. HEX triplet: 02, C2 and 91. RGB value is (2,194,145). Sum of RGB (Red+Green+Blue) = 2+194+145=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #02C291 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C291 is #FD3D6E. Grayscale: #838383. Windows color (decimal): -16596335 or 9552386. OLE color: 9552386.
HSL color Cylindrical-coordinate representation of color #02C291: hue angle of 164.69º 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 #02C291 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 145 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.24 |
| HSL | 164.69º | 0.98% | 0.38% | - |
| HSV(B) | 164.69º | 0.99% | 0.76% | - |
| XYZ | 24.43 | 40.64 | 33.35 | - |
| YUV | 131.01 | 135.89 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 145 | 0.99 | 0 | 0.25 | 0.24 | 164.69 | 0.98 | 0.38 |
| Hex | 2 | C2 | 91 | 63 | 0 | 19 | 18 | A5 | 62 | 26 |
| Octal | 2 | 302 | 221 | 143 | 0 | 31 | 30 | 245 | 142 | 46 |
| Binary | 10 | 11000010 | 10010001 | 1100011 | 0 | 11001 | 11000 | 10100101 | 1100010 | 100110 |
Color Harmonies of #02C291
Complementary color
Monochromatic Colors of #02C291
Black with #02C291
Text Example
Text Example
White with #02C291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C291; }
p { color: rgb(2,194,145); }
H1.HeaderClassName
{
color: #02C291;
}
.AnyTagClassName
{
color: #02C291;
}
</style>
background-color css
<style>
a { background-color: #02C291; }
a { background-color: rgb(2,194,145); }
div.DivClassName
{
background-color: #02C291;
}
.BgClassName
{
background-color: #02C291;
}
</style>
border-color css
<style>
span { border-color: #02C291; }
span { border-color: rgb(2,194,145); }
td.TdClassName
{
border-color: #02C291;
}
.TagClassName
{
border-color: #02C291;
}
</style>