Shades of Caribbean Green #04DD9E
Tints of Caribbean Green #04DD9E
RGB
CMYK
RGB Variations
Color information
#04DD9E (or 0x04DD9E) is known color: Caribbean Green. HEX triplet: 04, DD and 9E. RGB value is (4,221,158). Sum of RGB (Red+Green+Blue) = 4+221+158=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DD9E is #FB2261. Grayscale: #949494. Windows color (decimal): -16458338 or 10411268. OLE color: 10411268.
HSL color Cylindrical-coordinate representation of color #04DD9E: hue angle of 162.58º 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 #04DD9E is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 158 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.13 |
| HSL | 162.58º | 0.96% | 0.44% | - |
| HSV(B) | 162.58º | 0.98% | 0.87% | - |
| XYZ | 32.08 | 54.21 | 41.12 | - |
| YUV | 148.94 | 133.11 | 24.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 158 | 0.98 | 0 | 0.29 | 0.13 | 162.58 | 0.96 | 0.44 |
| Hex | 4 | DD | 9E | 62 | 0 | 1D | D | A3 | 60 | 2C |
| Octal | 4 | 335 | 236 | 142 | 0 | 35 | 15 | 243 | 140 | 54 |
| Binary | 100 | 11011101 | 10011110 | 1100010 | 0 | 11101 | 1101 | 10100011 | 1100000 | 101100 |
Color Harmonies of #04DD9E
Complementary color
Monochromatic Colors of #04DD9E
Black with #04DD9E
Text Example
Text Example
White with #04DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD9E; }
p { color: rgb(4,221,158); }
H1.HeaderClassName
{
color: #04DD9E;
}
.AnyTagClassName
{
color: #04DD9E;
}
</style>
background-color css
<style>
a { background-color: #04DD9E; }
a { background-color: rgb(4,221,158); }
div.DivClassName
{
background-color: #04DD9E;
}
.BgClassName
{
background-color: #04DD9E;
}
</style>
border-color css
<style>
span { border-color: #04DD9E; }
span { border-color: rgb(4,221,158); }
td.TdClassName
{
border-color: #04DD9E;
}
.TagClassName
{
border-color: #04DD9E;
}
</style>