Shades of Caribbean Green #0BB99C
Tints of Caribbean Green #0BB99C
RGB
CMYK
RGB Variations
Color information
#0BB99C (or 0x0BB99C) is known color: Caribbean Green. HEX triplet: 0B, B9 and 9C. RGB value is (11,185,156). Sum of RGB (Red+Green+Blue) = 11+185+156=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB99C is #F44663. Grayscale: #818181. Windows color (decimal): -16008804 or 10270987. OLE color: 10270987.
HSL color Cylindrical-coordinate representation of color #0BB99C: hue angle of 170º 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 #0BB99C is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 156 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.27 |
| HSL | 170º | 0.89% | 0.38% | - |
| HSV(B) | 170º | 0.94% | 0.73% | - |
| XYZ | 23.49 | 37.17 | 37.39 | - |
| YUV | 129.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 156 | 0.94 | 0 | 0.16 | 0.27 | 170 | 0.89 | 0.38 |
| Hex | B | B9 | 9C | 5E | 0 | 10 | 1B | AA | 59 | 26 |
| Octal | 13 | 271 | 234 | 136 | 0 | 20 | 33 | 252 | 131 | 46 |
| Binary | 1011 | 10111001 | 10011100 | 1011110 | 0 | 10000 | 11011 | 10101010 | 1011001 | 100110 |
Color Harmonies of #0BB99C
Complementary color
Monochromatic Colors of #0BB99C
Black with #0BB99C
Text Example
Text Example
White with #0BB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB99C; }
p { color: rgb(11,185,156); }
H1.HeaderClassName
{
color: #0BB99C;
}
.AnyTagClassName
{
color: #0BB99C;
}
</style>
background-color css
<style>
a { background-color: #0BB99C; }
a { background-color: rgb(11,185,156); }
div.DivClassName
{
background-color: #0BB99C;
}
.BgClassName
{
background-color: #0BB99C;
}
</style>
border-color css
<style>
span { border-color: #0BB99C; }
span { border-color: rgb(11,185,156); }
td.TdClassName
{
border-color: #0BB99C;
}
.TagClassName
{
border-color: #0BB99C;
}
</style>