Shades of Caribbean Green #0BBB9D
Tints of Caribbean Green #0BBB9D
RGB
CMYK
RGB Variations
Color information
#0BBB9D (or 0x0BBB9D) is known color: Caribbean Green. HEX triplet: 0B, BB and 9D. RGB value is (11,187,157). Sum of RGB (Red+Green+Blue) = 11+187+157=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBB9D is #F44462. Grayscale: #828282. Windows color (decimal): -16008291 or 10337035. OLE color: 10337035.
HSL color Cylindrical-coordinate representation of color #0BBB9D: hue angle of 169.77º 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 #0BBB9D is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 157 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.27 |
| HSL | 169.77º | 0.89% | 0.39% | - |
| HSV(B) | 169.77º | 0.94% | 0.73% | - |
| XYZ | 23.99 | 38.05 | 37.98 | - |
| YUV | 130.96 | 142.69 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 157 | 0.94 | 0 | 0.16 | 0.27 | 169.77 | 0.89 | 0.39 |
| Hex | B | BB | 9D | 5E | 0 | 10 | 1B | AA | 59 | 27 |
| Octal | 13 | 273 | 235 | 136 | 0 | 20 | 33 | 252 | 131 | 47 |
| Binary | 1011 | 10111011 | 10011101 | 1011110 | 0 | 10000 | 11011 | 10101010 | 1011001 | 100111 |
Color Harmonies of #0BBB9D
Complementary color
Monochromatic Colors of #0BBB9D
Black with #0BBB9D
Text Example
Text Example
White with #0BBB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB9D; }
p { color: rgb(11,187,157); }
H1.HeaderClassName
{
color: #0BBB9D;
}
.AnyTagClassName
{
color: #0BBB9D;
}
</style>
background-color css
<style>
a { background-color: #0BBB9D; }
a { background-color: rgb(11,187,157); }
div.DivClassName
{
background-color: #0BBB9D;
}
.BgClassName
{
background-color: #0BBB9D;
}
</style>
border-color css
<style>
span { border-color: #0BBB9D; }
span { border-color: rgb(11,187,157); }
td.TdClassName
{
border-color: #0BBB9D;
}
.TagClassName
{
border-color: #0BBB9D;
}
</style>