Shades of Caribbean Green #00BC99
Tints of Caribbean Green #00BC99
RGB
CMYK
RGB Variations
Color information
#00BC99 (or 0x00BC99) is known color: Caribbean Green. HEX triplet: 00, BC and 99. RGB value is (0,188,153). Sum of RGB (Red+Green+Blue) = 0+188+153=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC99 is #FF4366. Grayscale: #7F7F7F. Windows color (decimal): -16728935 or 10075136. OLE color: 10075136.
HSL color Cylindrical-coordinate representation of color #00BC99: hue angle of 168.83º 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 #00BC99 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 153 | - |
| CMYK | 1 | 0 | 0.19 | 0.26 |
| HSL | 168.83º | 1% | 0.37% | - |
| HSV(B) | 168.83º | 1% | 0.74% | - |
| XYZ | 23.73 | 38.27 | 36.27 | - |
| YUV | 127.8 | 142.22 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 153 | 1 | 0 | 0.19 | 0.26 | 168.83 | 1 | 0.37 |
| Hex | 0 | BC | 99 | 64 | 0 | 13 | 1A | A9 | 64 | 25 |
| Octal | 0 | 274 | 231 | 144 | 0 | 23 | 32 | 251 | 144 | 45 |
| Binary | 0 | 10111100 | 10011001 | 1100100 | 0 | 10011 | 11010 | 10101001 | 1100100 | 100101 |
Color Harmonies of #00BC99
Complementary color
Monochromatic Colors of #00BC99
Black with #00BC99
Text Example
Text Example
White with #00BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC99; }
p { color: rgb(0,188,153); }
H1.HeaderClassName
{
color: #00BC99;
}
.AnyTagClassName
{
color: #00BC99;
}
</style>
background-color css
<style>
a { background-color: #00BC99; }
a { background-color: rgb(0,188,153); }
div.DivClassName
{
background-color: #00BC99;
}
.BgClassName
{
background-color: #00BC99;
}
</style>
border-color css
<style>
span { border-color: #00BC99; }
span { border-color: rgb(0,188,153); }
td.TdClassName
{
border-color: #00BC99;
}
.TagClassName
{
border-color: #00BC99;
}
</style>