Shades of Caribbean Green #00BCA0
Tints of Caribbean Green #00BCA0
RGB
CMYK
RGB Variations
Color information
#00BCA0 (or 0x00BCA0) is known color: Caribbean Green. HEX triplet: 00, BC and A0. RGB value is (0,188,160). Sum of RGB (Red+Green+Blue) = 0+188+160=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BCA0 is #FF435F. Grayscale: #808080. Windows color (decimal): -16728928 or 10533888. OLE color: 10533888.
HSL color Cylindrical-coordinate representation of color #00BCA0: hue angle of 171.06º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCA0 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 160 | - |
| CMYK | 1 | 0 | 0.15 | 0.26 |
| HSL | 171.06º | 1% | 0.37% | - |
| HSV(B) | 171.06º | 1% | 0.74% | - |
| XYZ | 24.33 | 38.5 | 39.41 | - |
| YUV | 128.6 | 145.72 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 160 | 1 | 0 | 0.15 | 0.26 | 171.06 | 1 | 0.37 |
| Hex | 0 | BC | A0 | 64 | 0 | F | 1A | AB | 64 | 25 |
| Octal | 0 | 274 | 240 | 144 | 0 | 17 | 32 | 253 | 144 | 45 |
| Binary | 0 | 10111100 | 10100000 | 1100100 | 0 | 1111 | 11010 | 10101011 | 1100100 | 100101 |
Color Harmonies of #00BCA0
Complementary color
Monochromatic Colors of #00BCA0
Black with #00BCA0
Text Example
Text Example
White with #00BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCA0; }
p { color: rgb(0,188,160); }
H1.HeaderClassName
{
color: #00BCA0;
}
.AnyTagClassName
{
color: #00BCA0;
}
</style>
background-color css
<style>
a { background-color: #00BCA0; }
a { background-color: rgb(0,188,160); }
div.DivClassName
{
background-color: #00BCA0;
}
.BgClassName
{
background-color: #00BCA0;
}
</style>
border-color css
<style>
span { border-color: #00BCA0; }
span { border-color: rgb(0,188,160); }
td.TdClassName
{
border-color: #00BCA0;
}
.TagClassName
{
border-color: #00BCA0;
}
</style>