Shades of Caribbean Green #04C0A0
Tints of Caribbean Green #04C0A0
RGB
CMYK
RGB Variations
Color information
#04C0A0 (or 0x04C0A0) is known color: Caribbean Green. HEX triplet: 04, C0 and A0. RGB value is (4,192,160). Sum of RGB (Red+Green+Blue) = 4+192+160=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #04C0A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C0A0 is #FB3F5F. Grayscale: #848484. Windows color (decimal): -16465760 or 10534916. OLE color: 10534916.
HSL color Cylindrical-coordinate representation of color #04C0A0: hue angle of 169.79º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C0A0 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 160 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.25 |
| HSL | 169.79º | 0.96% | 0.38% | - |
| HSV(B) | 169.79º | 0.98% | 0.75% | - |
| XYZ | 25.24 | 40.26 | 39.7 | - |
| YUV | 132.14 | 143.72 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 160 | 0.98 | 0 | 0.17 | 0.25 | 169.79 | 0.96 | 0.38 |
| Hex | 4 | C0 | A0 | 62 | 0 | 11 | 19 | AA | 60 | 26 |
| Octal | 4 | 300 | 240 | 142 | 0 | 21 | 31 | 252 | 140 | 46 |
| Binary | 100 | 11000000 | 10100000 | 1100010 | 0 | 10001 | 11001 | 10101010 | 1100000 | 100110 |
Color Harmonies of #04C0A0
Complementary color
Monochromatic Colors of #04C0A0
Black with #04C0A0
Text Example
Text Example
White with #04C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C0A0; }
p { color: rgb(4,192,160); }
H1.HeaderClassName
{
color: #04C0A0;
}
.AnyTagClassName
{
color: #04C0A0;
}
</style>
background-color css
<style>
a { background-color: #04C0A0; }
a { background-color: rgb(4,192,160); }
div.DivClassName
{
background-color: #04C0A0;
}
.BgClassName
{
background-color: #04C0A0;
}
</style>
border-color css
<style>
span { border-color: #04C0A0; }
span { border-color: rgb(4,192,160); }
td.TdClassName
{
border-color: #04C0A0;
}
.TagClassName
{
border-color: #04C0A0;
}
</style>