Shades of Caribbean Green #02DCB0
Tints of Caribbean Green #02DCB0
RGB
CMYK
RGB Variations
Color information
#02DCB0 (or 0x02DCB0) is known color: Caribbean Green. HEX triplet: 02, DC and B0. RGB value is (2,220,176). Sum of RGB (Red+Green+Blue) = 2+220+176=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DCB0 is #FD234F. Grayscale: #959595. Windows color (decimal): -16589648 or 11590658. OLE color: 11590658.
HSL color Cylindrical-coordinate representation of color #02DCB0: hue angle of 167.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCB0 is Cyan = 0.99, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 176 | - |
| CMYK | 0.99 | 0 | 0.2 | 0.14 |
| HSL | 167.89º | 0.98% | 0.44% | - |
| HSV(B) | 167.89º | 0.99% | 0.86% | - |
| XYZ | 33.45 | 54.33 | 49.8 | - |
| YUV | 149.8 | 142.78 | 22.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 176 | 0.99 | 0 | 0.2 | 0.14 | 167.89 | 0.98 | 0.44 |
| Hex | 2 | DC | B0 | 63 | 0 | 14 | E | A8 | 62 | 2C |
| Octal | 2 | 334 | 260 | 143 | 0 | 24 | 16 | 250 | 142 | 54 |
| Binary | 10 | 11011100 | 10110000 | 1100011 | 0 | 10100 | 1110 | 10101000 | 1100010 | 101100 |
Color Harmonies of #02DCB0
Complementary color
Monochromatic Colors of #02DCB0
Black with #02DCB0
Text Example
Text Example
White with #02DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCB0; }
p { color: rgb(2,220,176); }
H1.HeaderClassName
{
color: #02DCB0;
}
.AnyTagClassName
{
color: #02DCB0;
}
</style>
background-color css
<style>
a { background-color: #02DCB0; }
a { background-color: rgb(2,220,176); }
div.DivClassName
{
background-color: #02DCB0;
}
.BgClassName
{
background-color: #02DCB0;
}
</style>
border-color css
<style>
span { border-color: #02DCB0; }
span { border-color: rgb(2,220,176); }
td.TdClassName
{
border-color: #02DCB0;
}
.TagClassName
{
border-color: #02DCB0;
}
</style>