Shades of Caribbean Green #0BBA95
Tints of Caribbean Green #0BBA95
RGB
CMYK
RGB Variations
Color information
#0BBA95 (or 0x0BBA95) is known color: Caribbean Green. HEX triplet: 0B, BA and 95. RGB value is (11,186,149). Sum of RGB (Red+Green+Blue) = 11+186+149=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBA95 is #F4456A. Grayscale: #818181. Windows color (decimal): -16008555 or 9812491. OLE color: 9812491.
HSL color Cylindrical-coordinate representation of color #0BBA95: hue angle of 167.31º 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 #0BBA95 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 149 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.27 |
| HSL | 167.31º | 0.89% | 0.39% | - |
| HSV(B) | 167.31º | 0.94% | 0.73% | - |
| XYZ | 23.12 | 37.36 | 34.43 | - |
| YUV | 129.46 | 139.02 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 149 | 0.94 | 0 | 0.20 | 0.27 | 167.31 | 0.89 | 0.39 |
| Hex | B | BA | 95 | 5E | 0 | 14 | 1B | A7 | 59 | 27 |
| Octal | 13 | 272 | 225 | 136 | 0 | 24 | 33 | 247 | 131 | 47 |
| Binary | 1011 | 10111010 | 10010101 | 1011110 | 0 | 10100 | 11011 | 10100111 | 1011001 | 100111 |
Color Harmonies of #0BBA95
Complementary color
Monochromatic Colors of #0BBA95
Black with #0BBA95
Text Example
Text Example
White with #0BBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA95; }
p { color: rgb(11,186,149); }
H1.HeaderClassName
{
color: #0BBA95;
}
.AnyTagClassName
{
color: #0BBA95;
}
</style>
background-color css
<style>
a { background-color: #0BBA95; }
a { background-color: rgb(11,186,149); }
div.DivClassName
{
background-color: #0BBA95;
}
.BgClassName
{
background-color: #0BBA95;
}
</style>
border-color css
<style>
span { border-color: #0BBA95; }
span { border-color: rgb(11,186,149); }
td.TdClassName
{
border-color: #0BBA95;
}
.TagClassName
{
border-color: #0BBA95;
}
</style>