Shades of Caribbean Green #04DD9F
Tints of Caribbean Green #04DD9F
RGB
CMYK
RGB Variations
Color information
#04DD9F (or 0x04DD9F) is known color: Caribbean Green. HEX triplet: 04, DD and 9F. RGB value is (4,221,159). Sum of RGB (Red+Green+Blue) = 4+221+159=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DD9F is #FB2260. Grayscale: #959595. Windows color (decimal): -16458337 or 10476804. OLE color: 10476804.
HSL color Cylindrical-coordinate representation of color #04DD9F: hue angle of 162.86º 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 #04DD9F is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 159 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.13 |
| HSL | 162.86º | 0.96% | 0.44% | - |
| HSV(B) | 162.86º | 0.98% | 0.87% | - |
| XYZ | 32.16 | 54.24 | 41.58 | - |
| YUV | 149.05 | 133.61 | 24.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 159 | 0.98 | 0 | 0.28 | 0.13 | 162.86 | 0.96 | 0.44 |
| Hex | 4 | DD | 9F | 62 | 0 | 1C | D | A3 | 60 | 2C |
| Octal | 4 | 335 | 237 | 142 | 0 | 34 | 15 | 243 | 140 | 54 |
| Binary | 100 | 11011101 | 10011111 | 1100010 | 0 | 11100 | 1101 | 10100011 | 1100000 | 101100 |
Color Harmonies of #04DD9F
Complementary color
Monochromatic Colors of #04DD9F
Black with #04DD9F
Text Example
Text Example
White with #04DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD9F; }
p { color: rgb(4,221,159); }
H1.HeaderClassName
{
color: #04DD9F;
}
.AnyTagClassName
{
color: #04DD9F;
}
</style>
background-color css
<style>
a { background-color: #04DD9F; }
a { background-color: rgb(4,221,159); }
div.DivClassName
{
background-color: #04DD9F;
}
.BgClassName
{
background-color: #04DD9F;
}
</style>
border-color css
<style>
span { border-color: #04DD9F; }
span { border-color: rgb(4,221,159); }
td.TdClassName
{
border-color: #04DD9F;
}
.TagClassName
{
border-color: #04DD9F;
}
</style>