Shades of Caribbean Green #04BCA1
Tints of Caribbean Green #04BCA1
RGB
CMYK
RGB Variations
Color information
#04BCA1 (or 0x04BCA1) is known color: Caribbean Green. HEX triplet: 04, BC and A1. RGB value is (4,188,161). Sum of RGB (Red+Green+Blue) = 4+188+161=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCA1 is #FB435E. Grayscale: #818181. Windows color (decimal): -16466783 or 10599428. OLE color: 10599428.
HSL color Cylindrical-coordinate representation of color #04BCA1: hue angle of 171.2º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCA1 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 161 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.26 |
| HSL | 171.2º | 0.96% | 0.38% | - |
| HSV(B) | 171.2º | 0.98% | 0.74% | - |
| XYZ | 24.47 | 38.57 | 39.87 | - |
| YUV | 129.91 | 145.54 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 161 | 0.98 | 0 | 0.14 | 0.26 | 171.2 | 0.96 | 0.38 |
| Hex | 4 | BC | A1 | 62 | 0 | E | 1A | AB | 60 | 26 |
| Octal | 4 | 274 | 241 | 142 | 0 | 16 | 32 | 253 | 140 | 46 |
| Binary | 100 | 10111100 | 10100001 | 1100010 | 0 | 1110 | 11010 | 10101011 | 1100000 | 100110 |
Color Harmonies of #04BCA1
Complementary color
Monochromatic Colors of #04BCA1
Black with #04BCA1
Text Example
Text Example
White with #04BCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCA1; }
p { color: rgb(4,188,161); }
H1.HeaderClassName
{
color: #04BCA1;
}
.AnyTagClassName
{
color: #04BCA1;
}
</style>
background-color css
<style>
a { background-color: #04BCA1; }
a { background-color: rgb(4,188,161); }
div.DivClassName
{
background-color: #04BCA1;
}
.BgClassName
{
background-color: #04BCA1;
}
</style>
border-color css
<style>
span { border-color: #04BCA1; }
span { border-color: rgb(4,188,161); }
td.TdClassName
{
border-color: #04BCA1;
}
.TagClassName
{
border-color: #04BCA1;
}
</style>