Shades of Caribbean Green #0BD89F
Tints of Caribbean Green #0BD89F
RGB
CMYK
RGB Variations
Color information
#0BD89F (or 0x0BD89F) is known color: Caribbean Green. HEX triplet: 0B, D8 and 9F. RGB value is (11,216,159). Sum of RGB (Red+Green+Blue) = 11+216+159=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD89F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD89F is #F42760. Grayscale: #949494. Windows color (decimal): -16000865 or 10475531. OLE color: 10475531.
HSL color Cylindrical-coordinate representation of color #0BD89F: hue angle of 163.32º 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 #0BD89F is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 159 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.15 |
| HSL | 163.32º | 0.9% | 0.45% | - |
| HSV(B) | 163.32º | 0.95% | 0.85% | - |
| XYZ | 30.95 | 51.69 | 41.15 | - |
| YUV | 148.21 | 134.08 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 159 | 0.95 | 0 | 0.26 | 0.15 | 163.32 | 0.9 | 0.45 |
| Hex | B | D8 | 9F | 5F | 0 | 1A | F | A3 | 5A | 2D |
| Octal | 13 | 330 | 237 | 137 | 0 | 32 | 17 | 243 | 132 | 55 |
| Binary | 1011 | 11011000 | 10011111 | 1011111 | 0 | 11010 | 1111 | 10100011 | 1011010 | 101101 |
Color Harmonies of #0BD89F
Complementary color
Monochromatic Colors of #0BD89F
Black with #0BD89F
Text Example
Text Example
White with #0BD89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD89F; }
p { color: rgb(11,216,159); }
H1.HeaderClassName
{
color: #0BD89F;
}
.AnyTagClassName
{
color: #0BD89F;
}
</style>
background-color css
<style>
a { background-color: #0BD89F; }
a { background-color: rgb(11,216,159); }
div.DivClassName
{
background-color: #0BD89F;
}
.BgClassName
{
background-color: #0BD89F;
}
</style>
border-color css
<style>
span { border-color: #0BD89F; }
span { border-color: rgb(11,216,159); }
td.TdClassName
{
border-color: #0BD89F;
}
.TagClassName
{
border-color: #0BD89F;
}
</style>