Shades of Caribbean Green #0BBC96
Tints of Caribbean Green #0BBC96
RGB
CMYK
RGB Variations
Color information
#0BBC96 (or 0x0BBC96) is known color: Caribbean Green. HEX triplet: 0B, BC and 96. RGB value is (11,188,150). Sum of RGB (Red+Green+Blue) = 11+188+150=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBC96 is #F44369. Grayscale: #828282. Windows color (decimal): -16008042 or 9878539. OLE color: 9878539.
HSL color Cylindrical-coordinate representation of color #0BBC96: hue angle of 167.12º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC96 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 150 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.26 |
| HSL | 167.12º | 0.89% | 0.39% | - |
| HSV(B) | 167.12º | 0.94% | 0.74% | - |
| XYZ | 23.63 | 38.24 | 34.99 | - |
| YUV | 130.75 | 138.86 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 150 | 0.94 | 0 | 0.20 | 0.26 | 167.12 | 0.89 | 0.39 |
| Hex | B | BC | 96 | 5E | 0 | 14 | 1A | A7 | 59 | 27 |
| Octal | 13 | 274 | 226 | 136 | 0 | 24 | 32 | 247 | 131 | 47 |
| Binary | 1011 | 10111100 | 10010110 | 1011110 | 0 | 10100 | 11010 | 10100111 | 1011001 | 100111 |
Color Harmonies of #0BBC96
Complementary color
Monochromatic Colors of #0BBC96
Black with #0BBC96
Text Example
Text Example
White with #0BBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC96; }
p { color: rgb(11,188,150); }
H1.HeaderClassName
{
color: #0BBC96;
}
.AnyTagClassName
{
color: #0BBC96;
}
</style>
background-color css
<style>
a { background-color: #0BBC96; }
a { background-color: rgb(11,188,150); }
div.DivClassName
{
background-color: #0BBC96;
}
.BgClassName
{
background-color: #0BBC96;
}
</style>
border-color css
<style>
span { border-color: #0BBC96; }
span { border-color: rgb(11,188,150); }
td.TdClassName
{
border-color: #0BBC96;
}
.TagClassName
{
border-color: #0BBC96;
}
</style>