Shades of Caribbean Green #04BCAB
Tints of Caribbean Green #04BCAB
RGB
CMYK
RGB Variations
Color information
#04BCAB (or 0x04BCAB) is known color: Caribbean Green. HEX triplet: 04, BC and AB. RGB value is (4,188,171). Sum of RGB (Red+Green+Blue) = 4+188+171=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCAB is #FB4354. Grayscale: #828282. Windows color (decimal): -16466773 or 11254788. OLE color: 11254788.
HSL color Cylindrical-coordinate representation of color #04BCAB: hue angle of 174.46º 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 #04BCAB is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 171 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.26 |
| HSL | 174.46º | 0.96% | 0.38% | - |
| HSV(B) | 174.46º | 0.98% | 0.74% | - |
| XYZ | 25.38 | 38.93 | 44.7 | - |
| YUV | 131.05 | 150.54 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 171 | 0.98 | 0 | 0.09 | 0.26 | 174.46 | 0.96 | 0.38 |
| Hex | 4 | BC | AB | 62 | 0 | 9 | 1A | AE | 60 | 26 |
| Octal | 4 | 274 | 253 | 142 | 0 | 11 | 32 | 256 | 140 | 46 |
| Binary | 100 | 10111100 | 10101011 | 1100010 | 0 | 1001 | 11010 | 10101110 | 1100000 | 100110 |
Color Harmonies of #04BCAB
Complementary color
Monochromatic Colors of #04BCAB
Black with #04BCAB
Text Example
Text Example
White with #04BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCAB; }
p { color: rgb(4,188,171); }
H1.HeaderClassName
{
color: #04BCAB;
}
.AnyTagClassName
{
color: #04BCAB;
}
</style>
background-color css
<style>
a { background-color: #04BCAB; }
a { background-color: rgb(4,188,171); }
div.DivClassName
{
background-color: #04BCAB;
}
.BgClassName
{
background-color: #04BCAB;
}
</style>
border-color css
<style>
span { border-color: #04BCAB; }
span { border-color: rgb(4,188,171); }
td.TdClassName
{
border-color: #04BCAB;
}
.TagClassName
{
border-color: #04BCAB;
}
</style>