Shades of Caribbean Green #04CB9C
Tints of Caribbean Green #04CB9C
RGB
CMYK
RGB Variations
Color information
#04CB9C (or 0x04CB9C) is known color: Caribbean Green. HEX triplet: 04, CB and 9C. RGB value is (4,203,156). Sum of RGB (Red+Green+Blue) = 4+203+156=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CB9C is #FB3463. Grayscale: #8A8A8A. Windows color (decimal): -16462948 or 10275588. OLE color: 10275588.
HSL color Cylindrical-coordinate representation of color #04CB9C: hue angle of 165.83º 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 #04CB9C is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 156 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.20 |
| HSL | 165.83º | 0.96% | 0.41% | - |
| HSV(B) | 165.83º | 0.98% | 0.8% | - |
| XYZ | 27.41 | 45.14 | 38.72 | - |
| YUV | 138.14 | 138.07 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 156 | 0.98 | 0 | 0.23 | 0.20 | 165.83 | 0.96 | 0.41 |
| Hex | 4 | CB | 9C | 62 | 0 | 17 | 14 | A6 | 60 | 29 |
| Octal | 4 | 313 | 234 | 142 | 0 | 27 | 24 | 246 | 140 | 51 |
| Binary | 100 | 11001011 | 10011100 | 1100010 | 0 | 10111 | 10100 | 10100110 | 1100000 | 101001 |
Color Harmonies of #04CB9C
Complementary color
Monochromatic Colors of #04CB9C
Black with #04CB9C
Text Example
Text Example
White with #04CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB9C; }
p { color: rgb(4,203,156); }
H1.HeaderClassName
{
color: #04CB9C;
}
.AnyTagClassName
{
color: #04CB9C;
}
</style>
background-color css
<style>
a { background-color: #04CB9C; }
a { background-color: rgb(4,203,156); }
div.DivClassName
{
background-color: #04CB9C;
}
.BgClassName
{
background-color: #04CB9C;
}
</style>
border-color css
<style>
span { border-color: #04CB9C; }
span { border-color: rgb(4,203,156); }
td.TdClassName
{
border-color: #04CB9C;
}
.TagClassName
{
border-color: #04CB9C;
}
</style>