Shades of Caribbean Green #00BC9C
Tints of Caribbean Green #00BC9C
RGB
CMYK
RGB Variations
Color information
#00BC9C (or 0x00BC9C) is known color: Caribbean Green. HEX triplet: 00, BC and 9C. RGB value is (0,188,156). Sum of RGB (Red+Green+Blue) = 0+188+156=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC9C is #FF4363. Grayscale: #808080. Windows color (decimal): -16728932 or 10271744. OLE color: 10271744.
HSL color Cylindrical-coordinate representation of color #00BC9C: hue angle of 169.79º 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 #00BC9C is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 156 | - |
| CMYK | 1 | 0 | 0.17 | 0.26 |
| HSL | 169.79º | 1% | 0.37% | - |
| HSV(B) | 169.79º | 1% | 0.74% | - |
| XYZ | 23.98 | 38.37 | 37.59 | - |
| YUV | 128.14 | 143.72 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 156 | 1 | 0 | 0.17 | 0.26 | 169.79 | 1 | 0.37 |
| Hex | 0 | BC | 9C | 64 | 0 | 11 | 1A | AA | 64 | 25 |
| Octal | 0 | 274 | 234 | 144 | 0 | 21 | 32 | 252 | 144 | 45 |
| Binary | 0 | 10111100 | 10011100 | 1100100 | 0 | 10001 | 11010 | 10101010 | 1100100 | 100101 |
Color Harmonies of #00BC9C
Complementary color
Monochromatic Colors of #00BC9C
Black with #00BC9C
Text Example
Text Example
White with #00BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC9C; }
p { color: rgb(0,188,156); }
H1.HeaderClassName
{
color: #00BC9C;
}
.AnyTagClassName
{
color: #00BC9C;
}
</style>
background-color css
<style>
a { background-color: #00BC9C; }
a { background-color: rgb(0,188,156); }
div.DivClassName
{
background-color: #00BC9C;
}
.BgClassName
{
background-color: #00BC9C;
}
</style>
border-color css
<style>
span { border-color: #00BC9C; }
span { border-color: rgb(0,188,156); }
td.TdClassName
{
border-color: #00BC9C;
}
.TagClassName
{
border-color: #00BC9C;
}
</style>