Shades of Caribbean Green #04DDA8
Tints of Caribbean Green #04DDA8
RGB
CMYK
RGB Variations
Color information
#04DDA8 (or 0x04DDA8) is known color: Caribbean Green. HEX triplet: 04, DD and A8. RGB value is (4,221,168). Sum of RGB (Red+Green+Blue) = 4+221+168=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DDA8 is #FB2257. Grayscale: #969696. Windows color (decimal): -16458328 or 11066628. OLE color: 11066628.
HSL color Cylindrical-coordinate representation of color #04DDA8: hue angle of 165.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DDA8 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 168 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.13 |
| HSL | 165.35º | 0.96% | 0.44% | - |
| HSV(B) | 165.35º | 0.98% | 0.87% | - |
| XYZ | 32.97 | 54.57 | 45.84 | - |
| YUV | 150.08 | 138.11 | 23.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 168 | 0.98 | 0 | 0.24 | 0.13 | 165.35 | 0.96 | 0.44 |
| Hex | 4 | DD | A8 | 62 | 0 | 18 | D | A5 | 60 | 2C |
| Octal | 4 | 335 | 250 | 142 | 0 | 30 | 15 | 245 | 140 | 54 |
| Binary | 100 | 11011101 | 10101000 | 1100010 | 0 | 11000 | 1101 | 10100101 | 1100000 | 101100 |
Color Harmonies of #04DDA8
Complementary color
Monochromatic Colors of #04DDA8
Black with #04DDA8
Text Example
Text Example
White with #04DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDA8; }
p { color: rgb(4,221,168); }
H1.HeaderClassName
{
color: #04DDA8;
}
.AnyTagClassName
{
color: #04DDA8;
}
</style>
background-color css
<style>
a { background-color: #04DDA8; }
a { background-color: rgb(4,221,168); }
div.DivClassName
{
background-color: #04DDA8;
}
.BgClassName
{
background-color: #04DDA8;
}
</style>
border-color css
<style>
span { border-color: #04DDA8; }
span { border-color: rgb(4,221,168); }
td.TdClassName
{
border-color: #04DDA8;
}
.TagClassName
{
border-color: #04DDA8;
}
</style>