Shades of Caribbean Green #0BDD95
Tints of Caribbean Green #0BDD95
RGB
CMYK
RGB Variations
Color information
#0BDD95 (or 0x0BDD95) is known color: Caribbean Green. HEX triplet: 0B, DD and 95. RGB value is (11,221,149). Sum of RGB (Red+Green+Blue) = 11+221+149=381 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDD95 is #F4226A. Grayscale: #969696. Windows color (decimal): -15999595 or 9821451. OLE color: 9821451.
HSL color Cylindrical-coordinate representation of color #0BDD95: hue angle of 159.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDD95 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 149 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.13 |
| HSL | 159.43º | 0.91% | 0.45% | - |
| HSV(B) | 159.43º | 0.95% | 0.87% | - |
| XYZ | 31.42 | 53.95 | 37.19 | - |
| YUV | 150 | 127.43 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 149 | 0.95 | 0 | 0.33 | 0.13 | 159.43 | 0.91 | 0.45 |
| Hex | B | DD | 95 | 5F | 0 | 21 | D | 9F | 5B | 2D |
| Octal | 13 | 335 | 225 | 137 | 0 | 41 | 15 | 237 | 133 | 55 |
| Binary | 1011 | 11011101 | 10010101 | 1011111 | 0 | 100001 | 1101 | 10011111 | 1011011 | 101101 |
Color Harmonies of #0BDD95
Complementary color
Monochromatic Colors of #0BDD95
Black with #0BDD95
Text Example
Text Example
White with #0BDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD95; }
p { color: rgb(11,221,149); }
H1.HeaderClassName
{
color: #0BDD95;
}
.AnyTagClassName
{
color: #0BDD95;
}
</style>
background-color css
<style>
a { background-color: #0BDD95; }
a { background-color: rgb(11,221,149); }
div.DivClassName
{
background-color: #0BDD95;
}
.BgClassName
{
background-color: #0BDD95;
}
</style>
border-color css
<style>
span { border-color: #0BDD95; }
span { border-color: rgb(11,221,149); }
td.TdClassName
{
border-color: #0BDD95;
}
.TagClassName
{
border-color: #0BDD95;
}
</style>