Shades of Caribbean Green #04C0A1
Tints of Caribbean Green #04C0A1
RGB
CMYK
RGB Variations
Color information
#04C0A1 (or 0x04C0A1) is known color: Caribbean Green. HEX triplet: 04, C0 and A1. RGB value is (4,192,161). Sum of RGB (Red+Green+Blue) = 4+192+161=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #04C0A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C0A1 is #FB3F5E. Grayscale: #848484. Windows color (decimal): -16465759 or 10600452. OLE color: 10600452.
HSL color Cylindrical-coordinate representation of color #04C0A1: hue angle of 170.11º 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 #04C0A1 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 161 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.25 |
| HSL | 170.11º | 0.96% | 0.38% | - |
| HSV(B) | 170.11º | 0.98% | 0.75% | - |
| XYZ | 25.33 | 40.3 | 40.16 | - |
| YUV | 132.25 | 144.22 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 161 | 0.98 | 0 | 0.16 | 0.25 | 170.11 | 0.96 | 0.38 |
| Hex | 4 | C0 | A1 | 62 | 0 | 10 | 19 | AA | 60 | 26 |
| Octal | 4 | 300 | 241 | 142 | 0 | 20 | 31 | 252 | 140 | 46 |
| Binary | 100 | 11000000 | 10100001 | 1100010 | 0 | 10000 | 11001 | 10101010 | 1100000 | 100110 |
Color Harmonies of #04C0A1
Complementary color
Monochromatic Colors of #04C0A1
Black with #04C0A1
Text Example
Text Example
White with #04C0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C0A1; }
p { color: rgb(4,192,161); }
H1.HeaderClassName
{
color: #04C0A1;
}
.AnyTagClassName
{
color: #04C0A1;
}
</style>
background-color css
<style>
a { background-color: #04C0A1; }
a { background-color: rgb(4,192,161); }
div.DivClassName
{
background-color: #04C0A1;
}
.BgClassName
{
background-color: #04C0A1;
}
</style>
border-color css
<style>
span { border-color: #04C0A1; }
span { border-color: rgb(4,192,161); }
td.TdClassName
{
border-color: #04C0A1;
}
.TagClassName
{
border-color: #04C0A1;
}
</style>