Shades of Caribbean Green #04C08F
Tints of Caribbean Green #04C08F
RGB
CMYK
RGB Variations
Color information
#04C08F (or 0x04C08F) is known color: Caribbean Green. HEX triplet: 04, C0 and 8F. RGB value is (4,192,143). Sum of RGB (Red+Green+Blue) = 4+192+143=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #04C08F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C08F is #FB3F70. Grayscale: #828282. Windows color (decimal): -16465777 or 9420804. OLE color: 9420804.
HSL color Cylindrical-coordinate representation of color #04C08F: hue angle of 164.36º 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 #04C08F is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 143 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.25 |
| HSL | 164.36º | 0.96% | 0.38% | - |
| HSV(B) | 164.36º | 0.98% | 0.75% | - |
| XYZ | 23.86 | 39.71 | 32.39 | - |
| YUV | 130.2 | 135.22 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 143 | 0.98 | 0 | 0.26 | 0.25 | 164.36 | 0.96 | 0.38 |
| Hex | 4 | C0 | 8F | 62 | 0 | 1A | 19 | A4 | 60 | 26 |
| Octal | 4 | 300 | 217 | 142 | 0 | 32 | 31 | 244 | 140 | 46 |
| Binary | 100 | 11000000 | 10001111 | 1100010 | 0 | 11010 | 11001 | 10100100 | 1100000 | 100110 |
Color Harmonies of #04C08F
Complementary color
Monochromatic Colors of #04C08F
Black with #04C08F
Text Example
Text Example
White with #04C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C08F; }
p { color: rgb(4,192,143); }
H1.HeaderClassName
{
color: #04C08F;
}
.AnyTagClassName
{
color: #04C08F;
}
</style>
background-color css
<style>
a { background-color: #04C08F; }
a { background-color: rgb(4,192,143); }
div.DivClassName
{
background-color: #04C08F;
}
.BgClassName
{
background-color: #04C08F;
}
</style>
border-color css
<style>
span { border-color: #04C08F; }
span { border-color: rgb(4,192,143); }
td.TdClassName
{
border-color: #04C08F;
}
.TagClassName
{
border-color: #04C08F;
}
</style>