Shades of Caribbean Green #0BBA96
Tints of Caribbean Green #0BBA96
RGB
CMYK
RGB Variations
Color information
#0BBA96 (or 0x0BBA96) is known color: Caribbean Green. HEX triplet: 0B, BA and 96. RGB value is (11,186,150). Sum of RGB (Red+Green+Blue) = 11+186+150=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBA96 is #F44569. Grayscale: #818181. Windows color (decimal): -16008554 or 9878027. OLE color: 9878027.
HSL color Cylindrical-coordinate representation of color #0BBA96: hue angle of 167.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA96 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 150 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.27 |
| HSL | 167.66º | 0.89% | 0.39% | - |
| HSV(B) | 167.66º | 0.94% | 0.73% | - |
| XYZ | 23.2 | 37.39 | 34.85 | - |
| YUV | 129.57 | 139.52 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 150 | 0.94 | 0 | 0.19 | 0.27 | 167.66 | 0.89 | 0.39 |
| Hex | B | BA | 96 | 5E | 0 | 13 | 1B | A8 | 59 | 27 |
| Octal | 13 | 272 | 226 | 136 | 0 | 23 | 33 | 250 | 131 | 47 |
| Binary | 1011 | 10111010 | 10010110 | 1011110 | 0 | 10011 | 11011 | 10101000 | 1011001 | 100111 |
Color Harmonies of #0BBA96
Complementary color
Monochromatic Colors of #0BBA96
Black with #0BBA96
Text Example
Text Example
White with #0BBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA96; }
p { color: rgb(11,186,150); }
H1.HeaderClassName
{
color: #0BBA96;
}
.AnyTagClassName
{
color: #0BBA96;
}
</style>
background-color css
<style>
a { background-color: #0BBA96; }
a { background-color: rgb(11,186,150); }
div.DivClassName
{
background-color: #0BBA96;
}
.BgClassName
{
background-color: #0BBA96;
}
</style>
border-color css
<style>
span { border-color: #0BBA96; }
span { border-color: rgb(11,186,150); }
td.TdClassName
{
border-color: #0BBA96;
}
.TagClassName
{
border-color: #0BBA96;
}
</style>