Shades of Caribbean Green #04DBAA
Tints of Caribbean Green #04DBAA
RGB
CMYK
RGB Variations
Color information
#04DBAA (or 0x04DBAA) is known color: Caribbean Green. HEX triplet: 04, DB and AA. RGB value is (4,219,170). Sum of RGB (Red+Green+Blue) = 4+219+170=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #04DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DBAA is #FB2455. Grayscale: #959595. Windows color (decimal): -16458838 or 11197188. OLE color: 11197188.
HSL color Cylindrical-coordinate representation of color #04DBAA: hue angle of 166.33º 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 #04DBAA is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 219 | 170 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.14 |
| HSL | 166.33º | 0.96% | 0.44% | - |
| HSV(B) | 166.33º | 0.98% | 0.86% | - |
| XYZ | 32.64 | 53.59 | 46.65 | - |
| YUV | 149.13 | 139.77 | 24.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 170 | 0.98 | 0 | 0.22 | 0.14 | 166.33 | 0.96 | 0.44 |
| Hex | 4 | DB | AA | 62 | 0 | 16 | E | A6 | 60 | 2C |
| Octal | 4 | 333 | 252 | 142 | 0 | 26 | 16 | 246 | 140 | 54 |
| Binary | 100 | 11011011 | 10101010 | 1100010 | 0 | 10110 | 1110 | 10100110 | 1100000 | 101100 |
Color Harmonies of #04DBAA
Complementary color
Monochromatic Colors of #04DBAA
Black with #04DBAA
Text Example
Text Example
White with #04DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBAA; }
p { color: rgb(4,219,170); }
H1.HeaderClassName
{
color: #04DBAA;
}
.AnyTagClassName
{
color: #04DBAA;
}
</style>
background-color css
<style>
a { background-color: #04DBAA; }
a { background-color: rgb(4,219,170); }
div.DivClassName
{
background-color: #04DBAA;
}
.BgClassName
{
background-color: #04DBAA;
}
</style>
border-color css
<style>
span { border-color: #04DBAA; }
span { border-color: rgb(4,219,170); }
td.TdClassName
{
border-color: #04DBAA;
}
.TagClassName
{
border-color: #04DBAA;
}
</style>