Shades of Caribbean Green #02DFB0
Tints of Caribbean Green #02DFB0
RGB
CMYK
RGB Variations
Color information
#02DFB0 (or 0x02DFB0) is known color: Caribbean Green. HEX triplet: 02, DF and B0. RGB value is (2,223,176). Sum of RGB (Red+Green+Blue) = 2+223+176=401 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #02DFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DFB0 is #FD204F. Grayscale: #979797. Windows color (decimal): -16588880 or 11591426. OLE color: 11591426.
HSL color Cylindrical-coordinate representation of color #02DFB0: hue angle of 167.24º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DFB0 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 176 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.13 |
| HSL | 167.24º | 0.98% | 0.44% | - |
| HSV(B) | 167.24º | 0.99% | 0.87% | - |
| XYZ | 34.25 | 55.92 | 50.06 | - |
| YUV | 151.56 | 141.78 | 21.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 176 | 0.99 | 0 | 0.21 | 0.13 | 167.24 | 0.98 | 0.44 |
| Hex | 2 | DF | B0 | 63 | 0 | 15 | D | A7 | 62 | 2C |
| Octal | 2 | 337 | 260 | 143 | 0 | 25 | 15 | 247 | 142 | 54 |
| Binary | 10 | 11011111 | 10110000 | 1100011 | 0 | 10101 | 1101 | 10100111 | 1100010 | 101100 |
Color Harmonies of #02DFB0
Complementary color
Monochromatic Colors of #02DFB0
Black with #02DFB0
Text Example
Text Example
White with #02DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DFB0; }
p { color: rgb(2,223,176); }
H1.HeaderClassName
{
color: #02DFB0;
}
.AnyTagClassName
{
color: #02DFB0;
}
</style>
background-color css
<style>
a { background-color: #02DFB0; }
a { background-color: rgb(2,223,176); }
div.DivClassName
{
background-color: #02DFB0;
}
.BgClassName
{
background-color: #02DFB0;
}
</style>
border-color css
<style>
span { border-color: #02DFB0; }
span { border-color: rgb(2,223,176); }
td.TdClassName
{
border-color: #02DFB0;
}
.TagClassName
{
border-color: #02DFB0;
}
</style>