Shades of Caribbean Green #0BD888
Tints of Caribbean Green #0BD888
RGB
CMYK
RGB Variations
Color information
#0BD888 (or 0x0BD888) is known color: Caribbean Green. HEX triplet: 0B, D8 and 88. RGB value is (11,216,136). Sum of RGB (Red+Green+Blue) = 11+216+136=363 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.03% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD888 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD888 is #F42777. Grayscale: #919191. Windows color (decimal): -16000888 or 8968203. OLE color: 8968203.
HSL color Cylindrical-coordinate representation of color #0BD888: hue angle of 156.59º 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 #0BD888 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 136 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.15 |
| HSL | 156.59º | 0.9% | 0.45% | - |
| HSV(B) | 156.59º | 0.95% | 0.85% | - |
| XYZ | 29.14 | 50.96 | 31.59 | - |
| YUV | 145.59 | 122.58 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 136 | 0.95 | 0 | 0.37 | 0.15 | 156.59 | 0.9 | 0.45 |
| Hex | B | D8 | 88 | 5F | 0 | 25 | F | 9D | 5A | 2D |
| Octal | 13 | 330 | 210 | 137 | 0 | 45 | 17 | 235 | 132 | 55 |
| Binary | 1011 | 11011000 | 10001000 | 1011111 | 0 | 100101 | 1111 | 10011101 | 1011010 | 101101 |
Color Harmonies of #0BD888
Complementary color
Monochromatic Colors of #0BD888
Black with #0BD888
Text Example
Text Example
White with #0BD888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD888; }
p { color: rgb(11,216,136); }
H1.HeaderClassName
{
color: #0BD888;
}
.AnyTagClassName
{
color: #0BD888;
}
</style>
background-color css
<style>
a { background-color: #0BD888; }
a { background-color: rgb(11,216,136); }
div.DivClassName
{
background-color: #0BD888;
}
.BgClassName
{
background-color: #0BD888;
}
</style>
border-color css
<style>
span { border-color: #0BD888; }
span { border-color: rgb(11,216,136); }
td.TdClassName
{
border-color: #0BD888;
}
.TagClassName
{
border-color: #0BD888;
}
</style>