Shades of Caribbean Green #04CC9C
Tints of Caribbean Green #04CC9C
RGB
CMYK
RGB Variations
Color information
#04CC9C (or 0x04CC9C) is known color: Caribbean Green. HEX triplet: 04, CC and 9C. RGB value is (4,204,156). Sum of RGB (Red+Green+Blue) = 4+204+156=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CC9C is #FB3363. Grayscale: #8A8A8A. Windows color (decimal): -16462692 or 10275844. OLE color: 10275844.
HSL color Cylindrical-coordinate representation of color #04CC9C: hue angle of 165.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 #04CC9C is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 156 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.2 |
| HSL | 165.6º | 0.96% | 0.41% | - |
| HSV(B) | 165.6º | 0.98% | 0.8% | - |
| XYZ | 27.64 | 45.61 | 38.8 | - |
| YUV | 138.73 | 137.74 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 156 | 0.98 | 0 | 0.24 | 0.2 | 165.6 | 0.96 | 0.41 |
| Hex | 4 | CC | 9C | 62 | 0 | 18 | 14 | A6 | 60 | 29 |
| Octal | 4 | 314 | 234 | 142 | 0 | 30 | 24 | 246 | 140 | 51 |
| Binary | 100 | 11001100 | 10011100 | 1100010 | 0 | 11000 | 10100 | 10100110 | 1100000 | 101001 |
Color Harmonies of #04CC9C
Complementary color
Monochromatic Colors of #04CC9C
Black with #04CC9C
Text Example
Text Example
White with #04CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC9C; }
p { color: rgb(4,204,156); }
H1.HeaderClassName
{
color: #04CC9C;
}
.AnyTagClassName
{
color: #04CC9C;
}
</style>
background-color css
<style>
a { background-color: #04CC9C; }
a { background-color: rgb(4,204,156); }
div.DivClassName
{
background-color: #04CC9C;
}
.BgClassName
{
background-color: #04CC9C;
}
</style>
border-color css
<style>
span { border-color: #04CC9C; }
span { border-color: rgb(4,204,156); }
td.TdClassName
{
border-color: #04CC9C;
}
.TagClassName
{
border-color: #04CC9C;
}
</style>