Shades of Caribbean Green #04DDAB
Tints of Caribbean Green #04DDAB
RGB
CMYK
RGB Variations
Color information
#04DDAB (or 0x04DDAB) is known color: Caribbean Green. HEX triplet: 04, DD and AB. RGB value is (4,221,171). Sum of RGB (Red+Green+Blue) = 4+221+171=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DDAB is #FB2254. Grayscale: #969696. Windows color (decimal): -16458325 or 11263236. OLE color: 11263236.
HSL color Cylindrical-coordinate representation of color #04DDAB: hue angle of 166.18º 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 #04DDAB is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 171 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.13 |
| HSL | 166.18º | 0.96% | 0.44% | - |
| HSV(B) | 166.18º | 0.98% | 0.87% | - |
| XYZ | 33.26 | 54.68 | 47.33 | - |
| YUV | 150.42 | 139.61 | 23.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 171 | 0.98 | 0 | 0.23 | 0.13 | 166.18 | 0.96 | 0.44 |
| Hex | 4 | DD | AB | 62 | 0 | 17 | D | A6 | 60 | 2C |
| Octal | 4 | 335 | 253 | 142 | 0 | 27 | 15 | 246 | 140 | 54 |
| Binary | 100 | 11011101 | 10101011 | 1100010 | 0 | 10111 | 1101 | 10100110 | 1100000 | 101100 |
Color Harmonies of #04DDAB
Complementary color
Monochromatic Colors of #04DDAB
Black with #04DDAB
Text Example
Text Example
White with #04DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDAB; }
p { color: rgb(4,221,171); }
H1.HeaderClassName
{
color: #04DDAB;
}
.AnyTagClassName
{
color: #04DDAB;
}
</style>
background-color css
<style>
a { background-color: #04DDAB; }
a { background-color: rgb(4,221,171); }
div.DivClassName
{
background-color: #04DDAB;
}
.BgClassName
{
background-color: #04DDAB;
}
</style>
border-color css
<style>
span { border-color: #04DDAB; }
span { border-color: rgb(4,221,171); }
td.TdClassName
{
border-color: #04DDAB;
}
.TagClassName
{
border-color: #04DDAB;
}
</style>