Shades of Caribbean Green #0BBA94
Tints of Caribbean Green #0BBA94
RGB
CMYK
RGB Variations
Color information
#0BBA94 (or 0x0BBA94) is known color: Caribbean Green. HEX triplet: 0B, BA and 94. RGB value is (11,186,148). Sum of RGB (Red+Green+Blue) = 11+186+148=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBA94 is #F4456B. Grayscale: #818181. Windows color (decimal): -16008556 or 9746955. OLE color: 9746955.
HSL color Cylindrical-coordinate representation of color #0BBA94: hue angle of 166.97º 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 #0BBA94 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 148 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.27 |
| HSL | 166.97º | 0.89% | 0.39% | - |
| HSV(B) | 166.97º | 0.94% | 0.73% | - |
| XYZ | 23.04 | 37.33 | 34.01 | - |
| YUV | 129.34 | 138.52 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 148 | 0.94 | 0 | 0.20 | 0.27 | 166.97 | 0.89 | 0.39 |
| Hex | B | BA | 94 | 5E | 0 | 14 | 1B | A7 | 59 | 27 |
| Octal | 13 | 272 | 224 | 136 | 0 | 24 | 33 | 247 | 131 | 47 |
| Binary | 1011 | 10111010 | 10010100 | 1011110 | 0 | 10100 | 11011 | 10100111 | 1011001 | 100111 |
Color Harmonies of #0BBA94
Complementary color
Monochromatic Colors of #0BBA94
Black with #0BBA94
Text Example
Text Example
White with #0BBA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA94; }
p { color: rgb(11,186,148); }
H1.HeaderClassName
{
color: #0BBA94;
}
.AnyTagClassName
{
color: #0BBA94;
}
</style>
background-color css
<style>
a { background-color: #0BBA94; }
a { background-color: rgb(11,186,148); }
div.DivClassName
{
background-color: #0BBA94;
}
.BgClassName
{
background-color: #0BBA94;
}
</style>
border-color css
<style>
span { border-color: #0BBA94; }
span { border-color: rgb(11,186,148); }
td.TdClassName
{
border-color: #0BBA94;
}
.TagClassName
{
border-color: #0BBA94;
}
</style>