Shades of Caribbean Green #04DCAC
Tints of Caribbean Green #04DCAC
RGB
CMYK
RGB Variations
Color information
#04DCAC (or 0x04DCAC) is known color: Caribbean Green. HEX triplet: 04, DC and AC. RGB value is (4,220,172). Sum of RGB (Red+Green+Blue) = 4+220+172=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DCAC is #FB2353. Grayscale: #959595. Windows color (decimal): -16458580 or 11328516. OLE color: 11328516.
HSL color Cylindrical-coordinate representation of color #04DCAC: hue angle of 166.67º 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 #04DCAC is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 172 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.14 |
| HSL | 166.67º | 0.96% | 0.44% | - |
| HSV(B) | 166.67º | 0.98% | 0.86% | - |
| XYZ | 33.09 | 54.19 | 47.75 | - |
| YUV | 149.94 | 140.44 | 23.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 172 | 0.98 | 0 | 0.22 | 0.14 | 166.67 | 0.96 | 0.44 |
| Hex | 4 | DC | AC | 62 | 0 | 16 | E | A7 | 60 | 2C |
| Octal | 4 | 334 | 254 | 142 | 0 | 26 | 16 | 247 | 140 | 54 |
| Binary | 100 | 11011100 | 10101100 | 1100010 | 0 | 10110 | 1110 | 10100111 | 1100000 | 101100 |
Color Harmonies of #04DCAC
Complementary color
Monochromatic Colors of #04DCAC
Black with #04DCAC
Text Example
Text Example
White with #04DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCAC; }
p { color: rgb(4,220,172); }
H1.HeaderClassName
{
color: #04DCAC;
}
.AnyTagClassName
{
color: #04DCAC;
}
</style>
background-color css
<style>
a { background-color: #04DCAC; }
a { background-color: rgb(4,220,172); }
div.DivClassName
{
background-color: #04DCAC;
}
.BgClassName
{
background-color: #04DCAC;
}
</style>
border-color css
<style>
span { border-color: #04DCAC; }
span { border-color: rgb(4,220,172); }
td.TdClassName
{
border-color: #04DCAC;
}
.TagClassName
{
border-color: #04DCAC;
}
</style>