Shades of Caribbean Green #02D39C
Tints of Caribbean Green #02D39C
RGB
CMYK
RGB Variations
Color information
#02D39C (or 0x02D39C) is known color: Caribbean Green. HEX triplet: 02, D3 and 9C. RGB value is (2,211,156). Sum of RGB (Red+Green+Blue) = 2+211+156=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #02D39C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D39C is #FD2C63. Grayscale: #8E8E8E. Windows color (decimal): -16591972 or 10277634. OLE color: 10277634.
HSL color Cylindrical-coordinate representation of color #02D39C: hue angle of 164.21º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D39C is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 156 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.17 |
| HSL | 164.21º | 0.98% | 0.42% | - |
| HSV(B) | 164.21º | 0.99% | 0.83% | - |
| XYZ | 29.32 | 49 | 39.37 | - |
| YUV | 142.24 | 135.76 | 27.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 156 | 0.99 | 0 | 0.26 | 0.17 | 164.21 | 0.98 | 0.42 |
| Hex | 2 | D3 | 9C | 63 | 0 | 1A | 11 | A4 | 62 | 2A |
| Octal | 2 | 323 | 234 | 143 | 0 | 32 | 21 | 244 | 142 | 52 |
| Binary | 10 | 11010011 | 10011100 | 1100011 | 0 | 11010 | 10001 | 10100100 | 1100010 | 101010 |
Color Harmonies of #02D39C
Complementary color
Monochromatic Colors of #02D39C
Black with #02D39C
Text Example
Text Example
White with #02D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D39C; }
p { color: rgb(2,211,156); }
H1.HeaderClassName
{
color: #02D39C;
}
.AnyTagClassName
{
color: #02D39C;
}
</style>
background-color css
<style>
a { background-color: #02D39C; }
a { background-color: rgb(2,211,156); }
div.DivClassName
{
background-color: #02D39C;
}
.BgClassName
{
background-color: #02D39C;
}
</style>
border-color css
<style>
span { border-color: #02D39C; }
span { border-color: rgb(2,211,156); }
td.TdClassName
{
border-color: #02D39C;
}
.TagClassName
{
border-color: #02D39C;
}
</style>