Shades of Caribbean Green #04BC91
Tints of Caribbean Green #04BC91
RGB
CMYK
RGB Variations
Color information
#04BC91 (or 0x04BC91) is known color: Caribbean Green. HEX triplet: 04, BC and 91. RGB value is (4,188,145). Sum of RGB (Red+Green+Blue) = 4+188+145=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BC91 is #FB436E. Grayscale: #808080. Windows color (decimal): -16466799 or 9550852. OLE color: 9550852.
HSL color Cylindrical-coordinate representation of color #04BC91: hue angle of 165.98º 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 #04BC91 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 145 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.26 |
| HSL | 165.98º | 0.96% | 0.38% | - |
| HSV(B) | 165.98º | 0.98% | 0.74% | - |
| XYZ | 23.14 | 38.04 | 32.91 | - |
| YUV | 128.08 | 137.54 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 145 | 0.98 | 0 | 0.23 | 0.26 | 165.98 | 0.96 | 0.38 |
| Hex | 4 | BC | 91 | 62 | 0 | 17 | 1A | A6 | 60 | 26 |
| Octal | 4 | 274 | 221 | 142 | 0 | 27 | 32 | 246 | 140 | 46 |
| Binary | 100 | 10111100 | 10010001 | 1100010 | 0 | 10111 | 11010 | 10100110 | 1100000 | 100110 |
Color Harmonies of #04BC91
Complementary color
Monochromatic Colors of #04BC91
Black with #04BC91
Text Example
Text Example
White with #04BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC91; }
p { color: rgb(4,188,145); }
H1.HeaderClassName
{
color: #04BC91;
}
.AnyTagClassName
{
color: #04BC91;
}
</style>
background-color css
<style>
a { background-color: #04BC91; }
a { background-color: rgb(4,188,145); }
div.DivClassName
{
background-color: #04BC91;
}
.BgClassName
{
background-color: #04BC91;
}
</style>
border-color css
<style>
span { border-color: #04BC91; }
span { border-color: rgb(4,188,145); }
td.TdClassName
{
border-color: #04BC91;
}
.TagClassName
{
border-color: #04BC91;
}
</style>