Shades of Caribbean Green #00BC94
Tints of Caribbean Green #00BC94
RGB
CMYK
RGB Variations
Color information
#00BC94 (or 0x00BC94) is known color: Caribbean Green. HEX triplet: 00, BC and 94. RGB value is (0,188,148). Sum of RGB (Red+Green+Blue) = 0+188+148=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC94 is #FF436B. Grayscale: #7F7F7F. Windows color (decimal): -16728940 or 9747456. OLE color: 9747456.
HSL color Cylindrical-coordinate representation of color #00BC94: hue angle of 167.23º 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 #00BC94 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 148 | - |
| CMYK | 1 | 0 | 0.21 | 0.26 |
| HSL | 167.23º | 1% | 0.37% | - |
| HSV(B) | 167.23º | 1% | 0.74% | - |
| XYZ | 23.33 | 38.1 | 34.14 | - |
| YUV | 127.23 | 139.72 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 148 | 1 | 0 | 0.21 | 0.26 | 167.23 | 1 | 0.37 |
| Hex | 0 | BC | 94 | 64 | 0 | 15 | 1A | A7 | 64 | 25 |
| Octal | 0 | 274 | 224 | 144 | 0 | 25 | 32 | 247 | 144 | 45 |
| Binary | 0 | 10111100 | 10010100 | 1100100 | 0 | 10101 | 11010 | 10100111 | 1100100 | 100101 |
Color Harmonies of #00BC94
Complementary color
Monochromatic Colors of #00BC94
Black with #00BC94
Text Example
Text Example
White with #00BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC94; }
p { color: rgb(0,188,148); }
H1.HeaderClassName
{
color: #00BC94;
}
.AnyTagClassName
{
color: #00BC94;
}
</style>
background-color css
<style>
a { background-color: #00BC94; }
a { background-color: rgb(0,188,148); }
div.DivClassName
{
background-color: #00BC94;
}
.BgClassName
{
background-color: #00BC94;
}
</style>
border-color css
<style>
span { border-color: #00BC94; }
span { border-color: rgb(0,188,148); }
td.TdClassName
{
border-color: #00BC94;
}
.TagClassName
{
border-color: #00BC94;
}
</style>