Shades of Caribbean Green #04DDAF
Tints of Caribbean Green #04DDAF
RGB
CMYK
RGB Variations
Color information
#04DDAF (or 0x04DDAF) is known color: Caribbean Green. HEX triplet: 04, DD and AF. RGB value is (4,221,175). Sum of RGB (Red+Green+Blue) = 4+221+175=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DDAF is #FB2250. Grayscale: #969696. Windows color (decimal): -16458321 or 11525380. OLE color: 11525380.
HSL color Cylindrical-coordinate representation of color #04DDAF: hue angle of 167.28º 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 #04DDAF is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 175 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.13 |
| HSL | 167.28º | 0.96% | 0.44% | - |
| HSV(B) | 167.28º | 0.98% | 0.87% | - |
| XYZ | 33.64 | 54.83 | 49.37 | - |
| YUV | 150.87 | 141.61 | 23.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 175 | 0.98 | 0 | 0.21 | 0.13 | 167.28 | 0.96 | 0.44 |
| Hex | 4 | DD | AF | 62 | 0 | 15 | D | A7 | 60 | 2C |
| Octal | 4 | 335 | 257 | 142 | 0 | 25 | 15 | 247 | 140 | 54 |
| Binary | 100 | 11011101 | 10101111 | 1100010 | 0 | 10101 | 1101 | 10100111 | 1100000 | 101100 |
Color Harmonies of #04DDAF
Complementary color
Monochromatic Colors of #04DDAF
Black with #04DDAF
Text Example
Text Example
White with #04DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDAF; }
p { color: rgb(4,221,175); }
H1.HeaderClassName
{
color: #04DDAF;
}
.AnyTagClassName
{
color: #04DDAF;
}
</style>
background-color css
<style>
a { background-color: #04DDAF; }
a { background-color: rgb(4,221,175); }
div.DivClassName
{
background-color: #04DDAF;
}
.BgClassName
{
background-color: #04DDAF;
}
</style>
border-color css
<style>
span { border-color: #04DDAF; }
span { border-color: rgb(4,221,175); }
td.TdClassName
{
border-color: #04DDAF;
}
.TagClassName
{
border-color: #04DDAF;
}
</style>