Shades of Caribbean Green #04DDAC
Tints of Caribbean Green #04DDAC
RGB
CMYK
RGB Variations
Color information
#04DDAC (or 0x04DDAC) is known color: Caribbean Green. HEX triplet: 04, DD and AC. RGB value is (4,221,172). Sum of RGB (Red+Green+Blue) = 4+221+172=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DDAC is #FB2253. Grayscale: #969696. Windows color (decimal): -16458324 or 11328772. OLE color: 11328772.
HSL color Cylindrical-coordinate representation of color #04DDAC: hue angle of 166.45º 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 #04DDAC is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 172 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.13 |
| HSL | 166.45º | 0.96% | 0.44% | - |
| HSV(B) | 166.45º | 0.98% | 0.87% | - |
| XYZ | 33.35 | 54.72 | 47.83 | - |
| YUV | 150.53 | 140.11 | 23.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 172 | 0.98 | 0 | 0.22 | 0.13 | 166.45 | 0.96 | 0.44 |
| Hex | 4 | DD | AC | 62 | 0 | 16 | D | A6 | 60 | 2C |
| Octal | 4 | 335 | 254 | 142 | 0 | 26 | 15 | 246 | 140 | 54 |
| Binary | 100 | 11011101 | 10101100 | 1100010 | 0 | 10110 | 1101 | 10100110 | 1100000 | 101100 |
Color Harmonies of #04DDAC
Complementary color
Monochromatic Colors of #04DDAC
Black with #04DDAC
Text Example
Text Example
White with #04DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDAC; }
p { color: rgb(4,221,172); }
H1.HeaderClassName
{
color: #04DDAC;
}
.AnyTagClassName
{
color: #04DDAC;
}
</style>
background-color css
<style>
a { background-color: #04DDAC; }
a { background-color: rgb(4,221,172); }
div.DivClassName
{
background-color: #04DDAC;
}
.BgClassName
{
background-color: #04DDAC;
}
</style>
border-color css
<style>
span { border-color: #04DDAC; }
span { border-color: rgb(4,221,172); }
td.TdClassName
{
border-color: #04DDAC;
}
.TagClassName
{
border-color: #04DDAC;
}
</style>