Shades of Caribbean Green #04BCA6
Tints of Caribbean Green #04BCA6
RGB
CMYK
RGB Variations
Color information
#04BCA6 (or 0x04BCA6) is known color: Caribbean Green. HEX triplet: 04, BC and A6. RGB value is (4,188,166). Sum of RGB (Red+Green+Blue) = 4+188+166=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCA6 is #FB4359. Grayscale: #828282. Windows color (decimal): -16466778 or 10927108. OLE color: 10927108.
HSL color Cylindrical-coordinate representation of color #04BCA6: hue angle of 172.83º 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 #04BCA6 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 166 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.26 |
| HSL | 172.83º | 0.96% | 0.38% | - |
| HSV(B) | 172.83º | 0.98% | 0.74% | - |
| XYZ | 24.92 | 38.75 | 42.24 | - |
| YUV | 130.48 | 148.04 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 166 | 0.98 | 0 | 0.12 | 0.26 | 172.83 | 0.96 | 0.38 |
| Hex | 4 | BC | A6 | 62 | 0 | C | 1A | AD | 60 | 26 |
| Octal | 4 | 274 | 246 | 142 | 0 | 14 | 32 | 255 | 140 | 46 |
| Binary | 100 | 10111100 | 10100110 | 1100010 | 0 | 1100 | 11010 | 10101101 | 1100000 | 100110 |
Color Harmonies of #04BCA6
Complementary color
Monochromatic Colors of #04BCA6
Black with #04BCA6
Text Example
Text Example
White with #04BCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCA6; }
p { color: rgb(4,188,166); }
H1.HeaderClassName
{
color: #04BCA6;
}
.AnyTagClassName
{
color: #04BCA6;
}
</style>
background-color css
<style>
a { background-color: #04BCA6; }
a { background-color: rgb(4,188,166); }
div.DivClassName
{
background-color: #04BCA6;
}
.BgClassName
{
background-color: #04BCA6;
}
</style>
border-color css
<style>
span { border-color: #04BCA6; }
span { border-color: rgb(4,188,166); }
td.TdClassName
{
border-color: #04BCA6;
}
.TagClassName
{
border-color: #04BCA6;
}
</style>