Shades of Caribbean Green #04DBA8
Tints of Caribbean Green #04DBA8
RGB
CMYK
RGB Variations
Color information
#04DBA8 (or 0x04DBA8) is known color: Caribbean Green. HEX triplet: 04, DB and A8. RGB value is (4,219,168). Sum of RGB (Red+Green+Blue) = 4+219+168=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #04DBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DBA8 is #FB2457. Grayscale: #949494. Windows color (decimal): -16458840 or 11066116. OLE color: 11066116.
HSL color Cylindrical-coordinate representation of color #04DBA8: hue angle of 165.77º 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 #04DBA8 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 219 | 168 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.14 |
| HSL | 165.77º | 0.96% | 0.44% | - |
| HSV(B) | 165.77º | 0.98% | 0.86% | - |
| XYZ | 32.45 | 53.52 | 45.67 | - |
| YUV | 148.9 | 138.77 | 24.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 168 | 0.98 | 0 | 0.23 | 0.14 | 165.77 | 0.96 | 0.44 |
| Hex | 4 | DB | A8 | 62 | 0 | 17 | E | A6 | 60 | 2C |
| Octal | 4 | 333 | 250 | 142 | 0 | 27 | 16 | 246 | 140 | 54 |
| Binary | 100 | 11011011 | 10101000 | 1100010 | 0 | 10111 | 1110 | 10100110 | 1100000 | 101100 |
Color Harmonies of #04DBA8
Complementary color
Monochromatic Colors of #04DBA8
Black with #04DBA8
Text Example
Text Example
White with #04DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBA8; }
p { color: rgb(4,219,168); }
H1.HeaderClassName
{
color: #04DBA8;
}
.AnyTagClassName
{
color: #04DBA8;
}
</style>
background-color css
<style>
a { background-color: #04DBA8; }
a { background-color: rgb(4,219,168); }
div.DivClassName
{
background-color: #04DBA8;
}
.BgClassName
{
background-color: #04DBA8;
}
</style>
border-color css
<style>
span { border-color: #04DBA8; }
span { border-color: rgb(4,219,168); }
td.TdClassName
{
border-color: #04DBA8;
}
.TagClassName
{
border-color: #04DBA8;
}
</style>