Shades of Caribbean Green #04DBAB
Tints of Caribbean Green #04DBAB
RGB
CMYK
RGB Variations
Color information
#04DBAB (or 0x04DBAB) is known color: Caribbean Green. HEX triplet: 04, DB and AB. RGB value is (4,219,171). Sum of RGB (Red+Green+Blue) = 4+219+171=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #04DBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DBAB is #FB2454. Grayscale: #959595. Windows color (decimal): -16458837 or 11262724. OLE color: 11262724.
HSL color Cylindrical-coordinate representation of color #04DBAB: hue angle of 166.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBAB is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 219 | 171 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.14 |
| HSL | 166.6º | 0.96% | 0.44% | - |
| HSV(B) | 166.6º | 0.98% | 0.86% | - |
| XYZ | 32.73 | 53.63 | 47.15 | - |
| YUV | 149.24 | 140.27 | 24.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 171 | 0.98 | 0 | 0.22 | 0.14 | 166.6 | 0.96 | 0.44 |
| Hex | 4 | DB | AB | 62 | 0 | 16 | E | A7 | 60 | 2C |
| Octal | 4 | 333 | 253 | 142 | 0 | 26 | 16 | 247 | 140 | 54 |
| Binary | 100 | 11011011 | 10101011 | 1100010 | 0 | 10110 | 1110 | 10100111 | 1100000 | 101100 |
Color Harmonies of #04DBAB
Complementary color
Monochromatic Colors of #04DBAB
Black with #04DBAB
Text Example
Text Example
White with #04DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBAB; }
p { color: rgb(4,219,171); }
H1.HeaderClassName
{
color: #04DBAB;
}
.AnyTagClassName
{
color: #04DBAB;
}
</style>
background-color css
<style>
a { background-color: #04DBAB; }
a { background-color: rgb(4,219,171); }
div.DivClassName
{
background-color: #04DBAB;
}
.BgClassName
{
background-color: #04DBAB;
}
</style>
border-color css
<style>
span { border-color: #04DBAB; }
span { border-color: rgb(4,219,171); }
td.TdClassName
{
border-color: #04DBAB;
}
.TagClassName
{
border-color: #04DBAB;
}
</style>