Shades of Caribbean Green #04DCAD
Tints of Caribbean Green #04DCAD
RGB
CMYK
RGB Variations
Color information
#04DCAD (or 0x04DCAD) is known color: Caribbean Green. HEX triplet: 04, DC and AD. RGB value is (4,220,173). Sum of RGB (Red+Green+Blue) = 4+220+173=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DCAD is #FB2352. Grayscale: #969696. Windows color (decimal): -16458579 or 11394052. OLE color: 11394052.
HSL color Cylindrical-coordinate representation of color #04DCAD: hue angle of 166.94º 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 #04DCAD is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 173 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.14 |
| HSL | 166.94º | 0.96% | 0.44% | - |
| HSV(B) | 166.94º | 0.98% | 0.86% | - |
| XYZ | 33.19 | 54.23 | 48.25 | - |
| YUV | 150.06 | 140.94 | 23.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 173 | 0.98 | 0 | 0.21 | 0.14 | 166.94 | 0.96 | 0.44 |
| Hex | 4 | DC | AD | 62 | 0 | 15 | E | A7 | 60 | 2C |
| Octal | 4 | 334 | 255 | 142 | 0 | 25 | 16 | 247 | 140 | 54 |
| Binary | 100 | 11011100 | 10101101 | 1100010 | 0 | 10101 | 1110 | 10100111 | 1100000 | 101100 |
Color Harmonies of #04DCAD
Complementary color
Monochromatic Colors of #04DCAD
Black with #04DCAD
Text Example
Text Example
White with #04DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCAD; }
p { color: rgb(4,220,173); }
H1.HeaderClassName
{
color: #04DCAD;
}
.AnyTagClassName
{
color: #04DCAD;
}
</style>
background-color css
<style>
a { background-color: #04DCAD; }
a { background-color: rgb(4,220,173); }
div.DivClassName
{
background-color: #04DCAD;
}
.BgClassName
{
background-color: #04DCAD;
}
</style>
border-color css
<style>
span { border-color: #04DCAD; }
span { border-color: rgb(4,220,173); }
td.TdClassName
{
border-color: #04DCAD;
}
.TagClassName
{
border-color: #04DCAD;
}
</style>