Shades of Caribbean Green #0BBA9A
Tints of Caribbean Green #0BBA9A
RGB
CMYK
RGB Variations
Color information
#0BBA9A (or 0x0BBA9A) is known color: Caribbean Green. HEX triplet: 0B, BA and 9A. RGB value is (11,186,154). Sum of RGB (Red+Green+Blue) = 11+186+154=351 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.13% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBA9A is #F44565. Grayscale: #818181. Windows color (decimal): -16008550 or 10140171. OLE color: 10140171.
HSL color Cylindrical-coordinate representation of color #0BBA9A: hue angle of 169.03º 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 #0BBA9A is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 154 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.27 |
| HSL | 169.03º | 0.89% | 0.39% | - |
| HSV(B) | 169.03º | 0.94% | 0.73% | - |
| XYZ | 23.53 | 37.52 | 36.57 | - |
| YUV | 130.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 154 | 0.94 | 0 | 0.17 | 0.27 | 169.03 | 0.89 | 0.39 |
| Hex | B | BA | 9A | 5E | 0 | 11 | 1B | A9 | 59 | 27 |
| Octal | 13 | 272 | 232 | 136 | 0 | 21 | 33 | 251 | 131 | 47 |
| Binary | 1011 | 10111010 | 10011010 | 1011110 | 0 | 10001 | 11011 | 10101001 | 1011001 | 100111 |
Color Harmonies of #0BBA9A
Complementary color
Monochromatic Colors of #0BBA9A
Black with #0BBA9A
Text Example
Text Example
White with #0BBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA9A; }
p { color: rgb(11,186,154); }
H1.HeaderClassName
{
color: #0BBA9A;
}
.AnyTagClassName
{
color: #0BBA9A;
}
</style>
background-color css
<style>
a { background-color: #0BBA9A; }
a { background-color: rgb(11,186,154); }
div.DivClassName
{
background-color: #0BBA9A;
}
.BgClassName
{
background-color: #0BBA9A;
}
</style>
border-color css
<style>
span { border-color: #0BBA9A; }
span { border-color: rgb(11,186,154); }
td.TdClassName
{
border-color: #0BBA9A;
}
.TagClassName
{
border-color: #0BBA9A;
}
</style>