Shades of Caribbean Green #04C9A0
Tints of Caribbean Green #04C9A0
RGB
CMYK
RGB Variations
Color information
#04C9A0 (or 0x04C9A0) is known color: Caribbean Green. HEX triplet: 04, C9 and A0. RGB value is (4,201,160). Sum of RGB (Red+Green+Blue) = 4+201+160=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #04C9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C9A0 is #FB365F. Grayscale: #898989. Windows color (decimal): -16463456 or 10537220. OLE color: 10537220.
HSL color Cylindrical-coordinate representation of color #04C9A0: hue angle of 167.51º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C9A0 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 201 | 160 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.21 |
| HSL | 167.51º | 0.96% | 0.4% | - |
| HSV(B) | 167.51º | 0.98% | 0.79% | - |
| XYZ | 27.28 | 44.34 | 40.38 | - |
| YUV | 137.42 | 140.73 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 201 | 160 | 0.98 | 0 | 0.20 | 0.21 | 167.51 | 0.96 | 0.4 |
| Hex | 4 | C9 | A0 | 62 | 0 | 14 | 15 | A8 | 60 | 28 |
| Octal | 4 | 311 | 240 | 142 | 0 | 24 | 25 | 250 | 140 | 50 |
| Binary | 100 | 11001001 | 10100000 | 1100010 | 0 | 10100 | 10101 | 10101000 | 1100000 | 101000 |
Color Harmonies of #04C9A0
Complementary color
Monochromatic Colors of #04C9A0
Black with #04C9A0
Text Example
Text Example
White with #04C9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C9A0; }
p { color: rgb(4,201,160); }
H1.HeaderClassName
{
color: #04C9A0;
}
.AnyTagClassName
{
color: #04C9A0;
}
</style>
background-color css
<style>
a { background-color: #04C9A0; }
a { background-color: rgb(4,201,160); }
div.DivClassName
{
background-color: #04C9A0;
}
.BgClassName
{
background-color: #04C9A0;
}
</style>
border-color css
<style>
span { border-color: #04C9A0; }
span { border-color: rgb(4,201,160); }
td.TdClassName
{
border-color: #04C9A0;
}
.TagClassName
{
border-color: #04C9A0;
}
</style>