Shades of Caribbean Green #04C0A7
Tints of Caribbean Green #04C0A7
RGB
CMYK
RGB Variations
Color information
#04C0A7 (or 0x04C0A7) is known color: Caribbean Green. HEX triplet: 04, C0 and A7. RGB value is (4,192,167). Sum of RGB (Red+Green+Blue) = 4+192+167=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #04C0A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C0A7 is #FB3F58. Grayscale: #848484. Windows color (decimal): -16465753 or 10993668. OLE color: 10993668.
HSL color Cylindrical-coordinate representation of color #04C0A7: hue angle of 172.02º 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 #04C0A7 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 167 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.25 |
| HSL | 172.02º | 0.96% | 0.38% | - |
| HSV(B) | 172.02º | 0.98% | 0.75% | - |
| XYZ | 25.87 | 40.52 | 43.02 | - |
| YUV | 132.94 | 147.22 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 167 | 0.98 | 0 | 0.13 | 0.25 | 172.02 | 0.96 | 0.38 |
| Hex | 4 | C0 | A7 | 62 | 0 | D | 19 | AC | 60 | 26 |
| Octal | 4 | 300 | 247 | 142 | 0 | 15 | 31 | 254 | 140 | 46 |
| Binary | 100 | 11000000 | 10100111 | 1100010 | 0 | 1101 | 11001 | 10101100 | 1100000 | 100110 |
Color Harmonies of #04C0A7
Complementary color
Monochromatic Colors of #04C0A7
Black with #04C0A7
Text Example
Text Example
White with #04C0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C0A7; }
p { color: rgb(4,192,167); }
H1.HeaderClassName
{
color: #04C0A7;
}
.AnyTagClassName
{
color: #04C0A7;
}
</style>
background-color css
<style>
a { background-color: #04C0A7; }
a { background-color: rgb(4,192,167); }
div.DivClassName
{
background-color: #04C0A7;
}
.BgClassName
{
background-color: #04C0A7;
}
</style>
border-color css
<style>
span { border-color: #04C0A7; }
span { border-color: rgb(4,192,167); }
td.TdClassName
{
border-color: #04C0A7;
}
.TagClassName
{
border-color: #04C0A7;
}
</style>