Shades of Caribbean Green #04C0AF
Tints of Caribbean Green #04C0AF
RGB
CMYK
RGB Variations
Color information
#04C0AF (or 0x04C0AF) is known color: Caribbean Green. HEX triplet: 04, C0 and AF. RGB value is (4,192,175). Sum of RGB (Red+Green+Blue) = 4+192+175=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #04C0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C0AF is #FB3F50. Grayscale: #858585. Windows color (decimal): -16465745 or 11517956. OLE color: 11517956.
HSL color Cylindrical-coordinate representation of color #04C0AF: hue angle of 174.57º 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 #04C0AF is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 175 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.25 |
| HSL | 174.57º | 0.96% | 0.38% | - |
| HSV(B) | 174.57º | 0.98% | 0.75% | - |
| XYZ | 26.64 | 40.82 | 47.03 | - |
| YUV | 133.85 | 151.22 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 175 | 0.98 | 0 | 0.09 | 0.25 | 174.57 | 0.96 | 0.38 |
| Hex | 4 | C0 | AF | 62 | 0 | 9 | 19 | AF | 60 | 26 |
| Octal | 4 | 300 | 257 | 142 | 0 | 11 | 31 | 257 | 140 | 46 |
| Binary | 100 | 11000000 | 10101111 | 1100010 | 0 | 1001 | 11001 | 10101111 | 1100000 | 100110 |
Color Harmonies of #04C0AF
Complementary color
Monochromatic Colors of #04C0AF
Black with #04C0AF
Text Example
Text Example
White with #04C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C0AF; }
p { color: rgb(4,192,175); }
H1.HeaderClassName
{
color: #04C0AF;
}
.AnyTagClassName
{
color: #04C0AF;
}
</style>
background-color css
<style>
a { background-color: #04C0AF; }
a { background-color: rgb(4,192,175); }
div.DivClassName
{
background-color: #04C0AF;
}
.BgClassName
{
background-color: #04C0AF;
}
</style>
border-color css
<style>
span { border-color: #04C0AF; }
span { border-color: rgb(4,192,175); }
td.TdClassName
{
border-color: #04C0AF;
}
.TagClassName
{
border-color: #04C0AF;
}
</style>