Shades of Caribbean Green #0BBA9F
Tints of Caribbean Green #0BBA9F
RGB
CMYK
RGB Variations
Color information
#0BBA9F (or 0x0BBA9F) is known color: Caribbean Green. HEX triplet: 0B, BA and 9F. RGB value is (11,186,159). Sum of RGB (Red+Green+Blue) = 11+186+159=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBA9F is #F44560. Grayscale: #828282. Windows color (decimal): -16008545 or 10467851. OLE color: 10467851.
HSL color Cylindrical-coordinate representation of color #0BBA9F: hue angle of 170.74º 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 #0BBA9F is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 159 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.27 |
| HSL | 170.74º | 0.89% | 0.39% | - |
| HSV(B) | 170.74º | 0.94% | 0.73% | - |
| XYZ | 23.95 | 37.69 | 38.81 | - |
| YUV | 130.6 | 144.02 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 159 | 0.94 | 0 | 0.15 | 0.27 | 170.74 | 0.89 | 0.39 |
| Hex | B | BA | 9F | 5E | 0 | F | 1B | AB | 59 | 27 |
| Octal | 13 | 272 | 237 | 136 | 0 | 17 | 33 | 253 | 131 | 47 |
| Binary | 1011 | 10111010 | 10011111 | 1011110 | 0 | 1111 | 11011 | 10101011 | 1011001 | 100111 |
Color Harmonies of #0BBA9F
Complementary color
Monochromatic Colors of #0BBA9F
Black with #0BBA9F
Text Example
Text Example
White with #0BBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA9F; }
p { color: rgb(11,186,159); }
H1.HeaderClassName
{
color: #0BBA9F;
}
.AnyTagClassName
{
color: #0BBA9F;
}
</style>
background-color css
<style>
a { background-color: #0BBA9F; }
a { background-color: rgb(11,186,159); }
div.DivClassName
{
background-color: #0BBA9F;
}
.BgClassName
{
background-color: #0BBA9F;
}
</style>
border-color css
<style>
span { border-color: #0BBA9F; }
span { border-color: rgb(11,186,159); }
td.TdClassName
{
border-color: #0BBA9F;
}
.TagClassName
{
border-color: #0BBA9F;
}
</style>