Shades of Caribbean Green #0BB9A0
Tints of Caribbean Green #0BB9A0
RGB
CMYK
RGB Variations
Color information
#0BB9A0 (or 0x0BB9A0) is known color: Caribbean Green. HEX triplet: 0B, B9 and A0. RGB value is (11,185,160). Sum of RGB (Red+Green+Blue) = 11+185+160=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB9A0 is #F4465F. Grayscale: #828282. Windows color (decimal): -16008800 or 10533131. OLE color: 10533131.
HSL color Cylindrical-coordinate representation of color #0BB9A0: hue angle of 171.38º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB9A0 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 160 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.27 |
| HSL | 171.38º | 0.89% | 0.38% | - |
| HSV(B) | 171.38º | 0.94% | 0.73% | - |
| XYZ | 23.83 | 37.31 | 39.2 | - |
| YUV | 130.12 | 144.85 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 160 | 0.94 | 0 | 0.14 | 0.27 | 171.38 | 0.89 | 0.38 |
| Hex | B | B9 | A0 | 5E | 0 | E | 1B | AB | 59 | 26 |
| Octal | 13 | 271 | 240 | 136 | 0 | 16 | 33 | 253 | 131 | 46 |
| Binary | 1011 | 10111001 | 10100000 | 1011110 | 0 | 1110 | 11011 | 10101011 | 1011001 | 100110 |
Color Harmonies of #0BB9A0
Complementary color
Monochromatic Colors of #0BB9A0
Black with #0BB9A0
Text Example
Text Example
White with #0BB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB9A0; }
p { color: rgb(11,185,160); }
H1.HeaderClassName
{
color: #0BB9A0;
}
.AnyTagClassName
{
color: #0BB9A0;
}
</style>
background-color css
<style>
a { background-color: #0BB9A0; }
a { background-color: rgb(11,185,160); }
div.DivClassName
{
background-color: #0BB9A0;
}
.BgClassName
{
background-color: #0BB9A0;
}
</style>
border-color css
<style>
span { border-color: #0BB9A0; }
span { border-color: rgb(11,185,160); }
td.TdClassName
{
border-color: #0BB9A0;
}
.TagClassName
{
border-color: #0BB9A0;
}
</style>