Shades of Caribbean Green #04CC9A
Tints of Caribbean Green #04CC9A
RGB
CMYK
RGB Variations
Color information
#04CC9A (or 0x04CC9A) is known color: Caribbean Green. HEX triplet: 04, CC and 9A. RGB value is (4,204,154). Sum of RGB (Red+Green+Blue) = 4+204+154=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CC9A is #FB3365. Grayscale: #8A8A8A. Windows color (decimal): -16462694 or 10144772. OLE color: 10144772.
HSL color Cylindrical-coordinate representation of color #04CC9A: hue angle of 165º 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 #04CC9A is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 154 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.2 |
| HSL | 165º | 0.96% | 0.41% | - |
| HSV(B) | 165º | 0.98% | 0.8% | - |
| XYZ | 27.48 | 45.54 | 37.91 | - |
| YUV | 138.5 | 136.74 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 154 | 0.98 | 0 | 0.25 | 0.2 | 165 | 0.96 | 0.41 |
| Hex | 4 | CC | 9A | 62 | 0 | 19 | 14 | A5 | 60 | 29 |
| Octal | 4 | 314 | 232 | 142 | 0 | 31 | 24 | 245 | 140 | 51 |
| Binary | 100 | 11001100 | 10011010 | 1100010 | 0 | 11001 | 10100 | 10100101 | 1100000 | 101001 |
Color Harmonies of #04CC9A
Complementary color
Monochromatic Colors of #04CC9A
Black with #04CC9A
Text Example
Text Example
White with #04CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC9A; }
p { color: rgb(4,204,154); }
H1.HeaderClassName
{
color: #04CC9A;
}
.AnyTagClassName
{
color: #04CC9A;
}
</style>
background-color css
<style>
a { background-color: #04CC9A; }
a { background-color: rgb(4,204,154); }
div.DivClassName
{
background-color: #04CC9A;
}
.BgClassName
{
background-color: #04CC9A;
}
</style>
border-color css
<style>
span { border-color: #04CC9A; }
span { border-color: rgb(4,204,154); }
td.TdClassName
{
border-color: #04CC9A;
}
.TagClassName
{
border-color: #04CC9A;
}
</style>