Shades of Caribbean Green #04DCAA
Tints of Caribbean Green #04DCAA
RGB
CMYK
RGB Variations
Color information
#04DCAA (or 0x04DCAA) is known color: Caribbean Green. HEX triplet: 04, DC and AA. RGB value is (4,220,170). Sum of RGB (Red+Green+Blue) = 4+220+170=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DCAA is #FB2355. Grayscale: #959595. Windows color (decimal): -16458582 or 11197444. OLE color: 11197444.
HSL color Cylindrical-coordinate representation of color #04DCAA: hue angle of 166.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCAA is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 170 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.14 |
| HSL | 166.11º | 0.96% | 0.44% | - |
| HSV(B) | 166.11º | 0.98% | 0.86% | - |
| XYZ | 32.9 | 54.11 | 46.74 | - |
| YUV | 149.72 | 139.44 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 170 | 0.98 | 0 | 0.23 | 0.14 | 166.11 | 0.96 | 0.44 |
| Hex | 4 | DC | AA | 62 | 0 | 17 | E | A6 | 60 | 2C |
| Octal | 4 | 334 | 252 | 142 | 0 | 27 | 16 | 246 | 140 | 54 |
| Binary | 100 | 11011100 | 10101010 | 1100010 | 0 | 10111 | 1110 | 10100110 | 1100000 | 101100 |
Color Harmonies of #04DCAA
Complementary color
Monochromatic Colors of #04DCAA
Black with #04DCAA
Text Example
Text Example
White with #04DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCAA; }
p { color: rgb(4,220,170); }
H1.HeaderClassName
{
color: #04DCAA;
}
.AnyTagClassName
{
color: #04DCAA;
}
</style>
background-color css
<style>
a { background-color: #04DCAA; }
a { background-color: rgb(4,220,170); }
div.DivClassName
{
background-color: #04DCAA;
}
.BgClassName
{
background-color: #04DCAA;
}
</style>
border-color css
<style>
span { border-color: #04DCAA; }
span { border-color: rgb(4,220,170); }
td.TdClassName
{
border-color: #04DCAA;
}
.TagClassName
{
border-color: #04DCAA;
}
</style>