Shades of Caribbean Green #02C58A
Tints of Caribbean Green #02C58A
RGB
CMYK
RGB Variations
Color information
#02C58A (or 0x02C58A) is known color: Caribbean Green. HEX triplet: 02, C5 and 8A. RGB value is (2,197,138). Sum of RGB (Red+Green+Blue) = 2+197+138=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #02C58A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C58A is #FD3A75. Grayscale: #848484. Windows color (decimal): -16595574 or 9094402. OLE color: 9094402.
HSL color Cylindrical-coordinate representation of color #02C58A: hue angle of 161.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C58A is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 138 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.23 |
| HSL | 161.85º | 0.98% | 0.39% | - |
| HSV(B) | 161.85º | 0.99% | 0.77% | - |
| XYZ | 24.58 | 41.78 | 30.81 | - |
| YUV | 131.97 | 131.4 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 138 | 0.99 | 0 | 0.30 | 0.23 | 161.85 | 0.98 | 0.39 |
| Hex | 2 | C5 | 8A | 63 | 0 | 1E | 17 | A2 | 62 | 27 |
| Octal | 2 | 305 | 212 | 143 | 0 | 36 | 27 | 242 | 142 | 47 |
| Binary | 10 | 11000101 | 10001010 | 1100011 | 0 | 11110 | 10111 | 10100010 | 1100010 | 100111 |
Color Harmonies of #02C58A
Complementary color
Monochromatic Colors of #02C58A
Black with #02C58A
Text Example
Text Example
White with #02C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C58A; }
p { color: rgb(2,197,138); }
H1.HeaderClassName
{
color: #02C58A;
}
.AnyTagClassName
{
color: #02C58A;
}
</style>
background-color css
<style>
a { background-color: #02C58A; }
a { background-color: rgb(2,197,138); }
div.DivClassName
{
background-color: #02C58A;
}
.BgClassName
{
background-color: #02C58A;
}
</style>
border-color css
<style>
span { border-color: #02C58A; }
span { border-color: rgb(2,197,138); }
td.TdClassName
{
border-color: #02C58A;
}
.TagClassName
{
border-color: #02C58A;
}
</style>