Shades of Caribbean Green #0BD89B
Tints of Caribbean Green #0BD89B
RGB
CMYK
RGB Variations
Color information
#0BD89B (or 0x0BD89B) is known color: Caribbean Green. HEX triplet: 0B, D8 and 9B. RGB value is (11,216,155). Sum of RGB (Red+Green+Blue) = 11+216+155=382 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.88% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD89B is #F42764. Grayscale: #939393. Windows color (decimal): -16000869 or 10213387. OLE color: 10213387.
HSL color Cylindrical-coordinate representation of color #0BD89B: hue angle of 162.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD89B is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 155 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.15 |
| HSL | 162.15º | 0.9% | 0.45% | - |
| HSV(B) | 162.15º | 0.95% | 0.85% | - |
| XYZ | 30.61 | 51.55 | 39.35 | - |
| YUV | 147.75 | 132.08 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 155 | 0.95 | 0 | 0.28 | 0.15 | 162.15 | 0.9 | 0.45 |
| Hex | B | D8 | 9B | 5F | 0 | 1C | F | A2 | 5A | 2D |
| Octal | 13 | 330 | 233 | 137 | 0 | 34 | 17 | 242 | 132 | 55 |
| Binary | 1011 | 11011000 | 10011011 | 1011111 | 0 | 11100 | 1111 | 10100010 | 1011010 | 101101 |
Color Harmonies of #0BD89B
Complementary color
Monochromatic Colors of #0BD89B
Black with #0BD89B
Text Example
Text Example
White with #0BD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD89B; }
p { color: rgb(11,216,155); }
H1.HeaderClassName
{
color: #0BD89B;
}
.AnyTagClassName
{
color: #0BD89B;
}
</style>
background-color css
<style>
a { background-color: #0BD89B; }
a { background-color: rgb(11,216,155); }
div.DivClassName
{
background-color: #0BD89B;
}
.BgClassName
{
background-color: #0BD89B;
}
</style>
border-color css
<style>
span { border-color: #0BD89B; }
span { border-color: rgb(11,216,155); }
td.TdClassName
{
border-color: #0BD89B;
}
.TagClassName
{
border-color: #0BD89B;
}
</style>