Shades of Caribbean Green #0BBA9D
Tints of Caribbean Green #0BBA9D
RGB
CMYK
RGB Variations
Color information
#0BBA9D (or 0x0BBA9D) is known color: Caribbean Green. HEX triplet: 0B, BA and 9D. RGB value is (11,186,157). Sum of RGB (Red+Green+Blue) = 11+186+157=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBA9D is #F44562. Grayscale: #828282. Windows color (decimal): -16008547 or 10336779. OLE color: 10336779.
HSL color Cylindrical-coordinate representation of color #0BBA9D: hue angle of 170.06º 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 #0BBA9D is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 157 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.27 |
| HSL | 170.06º | 0.89% | 0.39% | - |
| HSV(B) | 170.06º | 0.94% | 0.73% | - |
| XYZ | 23.78 | 37.62 | 37.91 | - |
| YUV | 130.37 | 143.02 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 157 | 0.94 | 0 | 0.16 | 0.27 | 170.06 | 0.89 | 0.39 |
| Hex | B | BA | 9D | 5E | 0 | 10 | 1B | AA | 59 | 27 |
| Octal | 13 | 272 | 235 | 136 | 0 | 20 | 33 | 252 | 131 | 47 |
| Binary | 1011 | 10111010 | 10011101 | 1011110 | 0 | 10000 | 11011 | 10101010 | 1011001 | 100111 |
Color Harmonies of #0BBA9D
Complementary color
Monochromatic Colors of #0BBA9D
Black with #0BBA9D
Text Example
Text Example
White with #0BBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA9D; }
p { color: rgb(11,186,157); }
H1.HeaderClassName
{
color: #0BBA9D;
}
.AnyTagClassName
{
color: #0BBA9D;
}
</style>
background-color css
<style>
a { background-color: #0BBA9D; }
a { background-color: rgb(11,186,157); }
div.DivClassName
{
background-color: #0BBA9D;
}
.BgClassName
{
background-color: #0BBA9D;
}
</style>
border-color css
<style>
span { border-color: #0BBA9D; }
span { border-color: rgb(11,186,157); }
td.TdClassName
{
border-color: #0BBA9D;
}
.TagClassName
{
border-color: #0BBA9D;
}
</style>