Shades of Caribbean Green #04CBA1
Tints of Caribbean Green #04CBA1
RGB
CMYK
RGB Variations
Color information
#04CBA1 (or 0x04CBA1) is known color: Caribbean Green. HEX triplet: 04, CB and A1. RGB value is (4,203,161). Sum of RGB (Red+Green+Blue) = 4+203+161=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CBA1 is #FB345E. Grayscale: #8A8A8A. Windows color (decimal): -16462943 or 10603268. OLE color: 10603268.
HSL color Cylindrical-coordinate representation of color #04CBA1: hue angle of 167.34º 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 #04CBA1 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 161 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.20 |
| HSL | 167.34º | 0.96% | 0.41% | - |
| HSV(B) | 167.34º | 0.98% | 0.8% | - |
| XYZ | 27.84 | 45.31 | 41 | - |
| YUV | 138.71 | 140.57 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 161 | 0.98 | 0 | 0.21 | 0.20 | 167.34 | 0.96 | 0.41 |
| Hex | 4 | CB | A1 | 62 | 0 | 15 | 14 | A7 | 60 | 29 |
| Octal | 4 | 313 | 241 | 142 | 0 | 25 | 24 | 247 | 140 | 51 |
| Binary | 100 | 11001011 | 10100001 | 1100010 | 0 | 10101 | 10100 | 10100111 | 1100000 | 101001 |
Color Harmonies of #04CBA1
Complementary color
Monochromatic Colors of #04CBA1
Black with #04CBA1
Text Example
Text Example
White with #04CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBA1; }
p { color: rgb(4,203,161); }
H1.HeaderClassName
{
color: #04CBA1;
}
.AnyTagClassName
{
color: #04CBA1;
}
</style>
background-color css
<style>
a { background-color: #04CBA1; }
a { background-color: rgb(4,203,161); }
div.DivClassName
{
background-color: #04CBA1;
}
.BgClassName
{
background-color: #04CBA1;
}
</style>
border-color css
<style>
span { border-color: #04CBA1; }
span { border-color: rgb(4,203,161); }
td.TdClassName
{
border-color: #04CBA1;
}
.TagClassName
{
border-color: #04CBA1;
}
</style>