Shades of Caribbean Green #04CC88
Tints of Caribbean Green #04CC88
RGB
CMYK
RGB Variations
Color information
#04CC88 (or 0x04CC88) is known color: Caribbean Green. HEX triplet: 04, CC and 88. RGB value is (4,204,136). Sum of RGB (Red+Green+Blue) = 4+204+136=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CC88 is #FB3377. Grayscale: #888888. Windows color (decimal): -16462712 or 8965124. OLE color: 8965124.
HSL color Cylindrical-coordinate representation of color #04CC88: hue angle of 159.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC88 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 136 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.2 |
| HSL | 159.6º | 0.96% | 0.41% | - |
| HSV(B) | 159.6º | 0.98% | 0.8% | - |
| XYZ | 26.09 | 44.99 | 30.6 | - |
| YUV | 136.45 | 127.74 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 136 | 0.98 | 0 | 0.33 | 0.2 | 159.6 | 0.96 | 0.41 |
| Hex | 4 | CC | 88 | 62 | 0 | 21 | 14 | A0 | 60 | 29 |
| Octal | 4 | 314 | 210 | 142 | 0 | 41 | 24 | 240 | 140 | 51 |
| Binary | 100 | 11001100 | 10001000 | 1100010 | 0 | 100001 | 10100 | 10100000 | 1100000 | 101001 |
Color Harmonies of #04CC88
Complementary color
Monochromatic Colors of #04CC88
Black with #04CC88
Text Example
Text Example
White with #04CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC88; }
p { color: rgb(4,204,136); }
H1.HeaderClassName
{
color: #04CC88;
}
.AnyTagClassName
{
color: #04CC88;
}
</style>
background-color css
<style>
a { background-color: #04CC88; }
a { background-color: rgb(4,204,136); }
div.DivClassName
{
background-color: #04CC88;
}
.BgClassName
{
background-color: #04CC88;
}
</style>
border-color css
<style>
span { border-color: #04CC88; }
span { border-color: rgb(4,204,136); }
td.TdClassName
{
border-color: #04CC88;
}
.TagClassName
{
border-color: #04CC88;
}
</style>