Shades of Caribbean Green #02DFB3
Tints of Caribbean Green #02DFB3
RGB
CMYK
RGB Variations
Color information
#02DFB3 (or 0x02DFB3) is known color: Caribbean Green. HEX triplet: 02, DF and B3. RGB value is (2,223,179). Sum of RGB (Red+Green+Blue) = 2+223+179=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #02DFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DFB3 is #FD204C. Grayscale: #979797. Windows color (decimal): -16588877 or 11788034. OLE color: 11788034.
HSL color Cylindrical-coordinate representation of color #02DFB3: hue angle of 168.05º 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 #02DFB3 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 179 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.13 |
| HSL | 168.05º | 0.98% | 0.44% | - |
| HSV(B) | 168.05º | 0.99% | 0.87% | - |
| XYZ | 34.55 | 56.04 | 51.64 | - |
| YUV | 151.91 | 143.28 | 21.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 179 | 0.99 | 0 | 0.20 | 0.13 | 168.05 | 0.98 | 0.44 |
| Hex | 2 | DF | B3 | 63 | 0 | 14 | D | A8 | 62 | 2C |
| Octal | 2 | 337 | 263 | 143 | 0 | 24 | 15 | 250 | 142 | 54 |
| Binary | 10 | 11011111 | 10110011 | 1100011 | 0 | 10100 | 1101 | 10101000 | 1100010 | 101100 |
Color Harmonies of #02DFB3
Complementary color
Monochromatic Colors of #02DFB3
Black with #02DFB3
Text Example
Text Example
White with #02DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DFB3; }
p { color: rgb(2,223,179); }
H1.HeaderClassName
{
color: #02DFB3;
}
.AnyTagClassName
{
color: #02DFB3;
}
</style>
background-color css
<style>
a { background-color: #02DFB3; }
a { background-color: rgb(2,223,179); }
div.DivClassName
{
background-color: #02DFB3;
}
.BgClassName
{
background-color: #02DFB3;
}
</style>
border-color css
<style>
span { border-color: #02DFB3; }
span { border-color: rgb(2,223,179); }
td.TdClassName
{
border-color: #02DFB3;
}
.TagClassName
{
border-color: #02DFB3;
}
</style>