Shades of Caribbean Green #04DDA1
Tints of Caribbean Green #04DDA1
RGB
CMYK
RGB Variations
Color information
#04DDA1 (or 0x04DDA1) is known color: Caribbean Green. HEX triplet: 04, DD and A1. RGB value is (4,221,161). Sum of RGB (Red+Green+Blue) = 4+221+161=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DDA1 is #FB225E. Grayscale: #959595. Windows color (decimal): -16458335 or 10607876. OLE color: 10607876.
HSL color Cylindrical-coordinate representation of color #04DDA1: hue angle of 163.41º 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 #04DDA1 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 161 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.13 |
| HSL | 163.41º | 0.96% | 0.44% | - |
| HSV(B) | 163.41º | 0.98% | 0.87% | - |
| XYZ | 32.34 | 54.31 | 42.5 | - |
| YUV | 149.28 | 134.61 | 24.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 161 | 0.98 | 0 | 0.27 | 0.13 | 163.41 | 0.96 | 0.44 |
| Hex | 4 | DD | A1 | 62 | 0 | 1B | D | A3 | 60 | 2C |
| Octal | 4 | 335 | 241 | 142 | 0 | 33 | 15 | 243 | 140 | 54 |
| Binary | 100 | 11011101 | 10100001 | 1100010 | 0 | 11011 | 1101 | 10100011 | 1100000 | 101100 |
Color Harmonies of #04DDA1
Complementary color
Monochromatic Colors of #04DDA1
Black with #04DDA1
Text Example
Text Example
White with #04DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDA1; }
p { color: rgb(4,221,161); }
H1.HeaderClassName
{
color: #04DDA1;
}
.AnyTagClassName
{
color: #04DDA1;
}
</style>
background-color css
<style>
a { background-color: #04DDA1; }
a { background-color: rgb(4,221,161); }
div.DivClassName
{
background-color: #04DDA1;
}
.BgClassName
{
background-color: #04DDA1;
}
</style>
border-color css
<style>
span { border-color: #04DDA1; }
span { border-color: rgb(4,221,161); }
td.TdClassName
{
border-color: #04DDA1;
}
.TagClassName
{
border-color: #04DDA1;
}
</style>