Shades of Caribbean Green #00BC9F
Tints of Caribbean Green #00BC9F
RGB
CMYK
RGB Variations
Color information
#00BC9F (or 0x00BC9F) is known color: Caribbean Green. HEX triplet: 00, BC and 9F. RGB value is (0,188,159). Sum of RGB (Red+Green+Blue) = 0+188+159=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC9F is #FF4360. Grayscale: #808080. Windows color (decimal): -16728929 or 10468352. OLE color: 10468352.
HSL color Cylindrical-coordinate representation of color #00BC9F: hue angle of 170.74º 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 #00BC9F is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 159 | - |
| CMYK | 1 | 0 | 0.15 | 0.26 |
| HSL | 170.74º | 1% | 0.37% | - |
| HSV(B) | 170.74º | 1% | 0.74% | - |
| XYZ | 24.24 | 38.47 | 38.95 | - |
| YUV | 128.48 | 145.22 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 159 | 1 | 0 | 0.15 | 0.26 | 170.74 | 1 | 0.37 |
| Hex | 0 | BC | 9F | 64 | 0 | F | 1A | AB | 64 | 25 |
| Octal | 0 | 274 | 237 | 144 | 0 | 17 | 32 | 253 | 144 | 45 |
| Binary | 0 | 10111100 | 10011111 | 1100100 | 0 | 1111 | 11010 | 10101011 | 1100100 | 100101 |
Color Harmonies of #00BC9F
Complementary color
Monochromatic Colors of #00BC9F
Black with #00BC9F
Text Example
Text Example
White with #00BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC9F; }
p { color: rgb(0,188,159); }
H1.HeaderClassName
{
color: #00BC9F;
}
.AnyTagClassName
{
color: #00BC9F;
}
</style>
background-color css
<style>
a { background-color: #00BC9F; }
a { background-color: rgb(0,188,159); }
div.DivClassName
{
background-color: #00BC9F;
}
.BgClassName
{
background-color: #00BC9F;
}
</style>
border-color css
<style>
span { border-color: #00BC9F; }
span { border-color: rgb(0,188,159); }
td.TdClassName
{
border-color: #00BC9F;
}
.TagClassName
{
border-color: #00BC9F;
}
</style>