Shades of Caribbean Green #02C681
Tints of Caribbean Green #02C681
RGB
CMYK
RGB Variations
Color information
#02C681 (or 0x02C681) is known color: Caribbean Green. HEX triplet: 02, C6 and 81. RGB value is (2,198,129). Sum of RGB (Red+Green+Blue) = 2+198+129=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 198 (77.73% from 255 or 60.18% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 198 - color contains mainly: green. Hex color #02C681 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C681 is #FD397E. Grayscale: #838383. Windows color (decimal): -16595327 or 8504834. OLE color: 8504834.
HSL color Cylindrical-coordinate representation of color #02C681: hue angle of 158.88º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C681 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 129 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.22 |
| HSL | 158.88º | 0.98% | 0.39% | - |
| HSV(B) | 158.88º | 0.99% | 0.78% | - |
| XYZ | 24.18 | 41.99 | 27.6 | - |
| YUV | 131.53 | 126.57 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 129 | 0.99 | 0 | 0.35 | 0.22 | 158.88 | 0.98 | 0.39 |
| Hex | 2 | C6 | 81 | 63 | 0 | 23 | 16 | 9F | 62 | 27 |
| Octal | 2 | 306 | 201 | 143 | 0 | 43 | 26 | 237 | 142 | 47 |
| Binary | 10 | 11000110 | 10000001 | 1100011 | 0 | 100011 | 10110 | 10011111 | 1100010 | 100111 |
Color Harmonies of #02C681
Complementary color
Monochromatic Colors of #02C681
Black with #02C681
Text Example
Text Example
White with #02C681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C681; }
p { color: rgb(2,198,129); }
H1.HeaderClassName
{
color: #02C681;
}
.AnyTagClassName
{
color: #02C681;
}
</style>
background-color css
<style>
a { background-color: #02C681; }
a { background-color: rgb(2,198,129); }
div.DivClassName
{
background-color: #02C681;
}
.BgClassName
{
background-color: #02C681;
}
</style>
border-color css
<style>
span { border-color: #02C681; }
span { border-color: rgb(2,198,129); }
td.TdClassName
{
border-color: #02C681;
}
.TagClassName
{
border-color: #02C681;
}
</style>