Shades of Caribbean Green #0BBBA0
Tints of Caribbean Green #0BBBA0
RGB
CMYK
RGB Variations
Color information
#0BBBA0 (or 0x0BBBA0) is known color: Caribbean Green. HEX triplet: 0B, BB and A0. RGB value is (11,187,160). Sum of RGB (Red+Green+Blue) = 11+187+160=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBBA0 is #F4445F. Grayscale: #838383. Windows color (decimal): -16008288 or 10533643. OLE color: 10533643.
HSL color Cylindrical-coordinate representation of color #0BBBA0: hue angle of 170.8º 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 #0BBBA0 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 160 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.27 |
| HSL | 170.8º | 0.89% | 0.39% | - |
| HSV(B) | 170.8º | 0.94% | 0.73% | - |
| XYZ | 24.25 | 38.15 | 39.34 | - |
| YUV | 131.3 | 144.19 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 160 | 0.94 | 0 | 0.14 | 0.27 | 170.8 | 0.89 | 0.39 |
| Hex | B | BB | A0 | 5E | 0 | E | 1B | AB | 59 | 27 |
| Octal | 13 | 273 | 240 | 136 | 0 | 16 | 33 | 253 | 131 | 47 |
| Binary | 1011 | 10111011 | 10100000 | 1011110 | 0 | 1110 | 11011 | 10101011 | 1011001 | 100111 |
Color Harmonies of #0BBBA0
Complementary color
Monochromatic Colors of #0BBBA0
Black with #0BBBA0
Text Example
Text Example
White with #0BBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBA0; }
p { color: rgb(11,187,160); }
H1.HeaderClassName
{
color: #0BBBA0;
}
.AnyTagClassName
{
color: #0BBBA0;
}
</style>
background-color css
<style>
a { background-color: #0BBBA0; }
a { background-color: rgb(11,187,160); }
div.DivClassName
{
background-color: #0BBBA0;
}
.BgClassName
{
background-color: #0BBBA0;
}
</style>
border-color css
<style>
span { border-color: #0BBBA0; }
span { border-color: rgb(11,187,160); }
td.TdClassName
{
border-color: #0BBBA0;
}
.TagClassName
{
border-color: #0BBBA0;
}
</style>