Shades of Caribbean Green #0BB995
Tints of Caribbean Green #0BB995
RGB
CMYK
RGB Variations
Color information
#0BB995 (or 0x0BB995) is known color: Caribbean Green. HEX triplet: 0B, B9 and 95. RGB value is (11,185,149). Sum of RGB (Red+Green+Blue) = 11+185+149=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB995 is #F4466A. Grayscale: #808080. Windows color (decimal): -16008811 or 9812235. OLE color: 9812235.
HSL color Cylindrical-coordinate representation of color #0BB995: hue angle of 167.59º 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 #0BB995 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 149 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.27 |
| HSL | 167.59º | 0.89% | 0.38% | - |
| HSV(B) | 167.59º | 0.94% | 0.73% | - |
| XYZ | 22.91 | 36.94 | 34.36 | - |
| YUV | 128.87 | 139.35 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 149 | 0.94 | 0 | 0.19 | 0.27 | 167.59 | 0.89 | 0.38 |
| Hex | B | B9 | 95 | 5E | 0 | 13 | 1B | A8 | 59 | 26 |
| Octal | 13 | 271 | 225 | 136 | 0 | 23 | 33 | 250 | 131 | 46 |
| Binary | 1011 | 10111001 | 10010101 | 1011110 | 0 | 10011 | 11011 | 10101000 | 1011001 | 100110 |
Color Harmonies of #0BB995
Complementary color
Monochromatic Colors of #0BB995
Black with #0BB995
Text Example
Text Example
White with #0BB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB995; }
p { color: rgb(11,185,149); }
H1.HeaderClassName
{
color: #0BB995;
}
.AnyTagClassName
{
color: #0BB995;
}
</style>
background-color css
<style>
a { background-color: #0BB995; }
a { background-color: rgb(11,185,149); }
div.DivClassName
{
background-color: #0BB995;
}
.BgClassName
{
background-color: #0BB995;
}
</style>
border-color css
<style>
span { border-color: #0BB995; }
span { border-color: rgb(11,185,149); }
td.TdClassName
{
border-color: #0BB995;
}
.TagClassName
{
border-color: #0BB995;
}
</style>