Shades of Caribbean Green #0BDD9A
Tints of Caribbean Green #0BDD9A
RGB
CMYK
RGB Variations
Color information
#0BDD9A (or 0x0BDD9A) is known color: Caribbean Green. HEX triplet: 0B, DD and 9A. RGB value is (11,221,154). Sum of RGB (Red+Green+Blue) = 11+221+154=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDD9A is #F42265. Grayscale: #969696. Windows color (decimal): -15999590 or 10149131. OLE color: 10149131.
HSL color Cylindrical-coordinate representation of color #0BDD9A: hue angle of 160.86º 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 #0BDD9A is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 154 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.13 |
| HSL | 160.86º | 0.91% | 0.45% | - |
| HSV(B) | 160.86º | 0.95% | 0.87% | - |
| XYZ | 31.83 | 54.12 | 39.34 | - |
| YUV | 150.57 | 129.93 | 28.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 154 | 0.95 | 0 | 0.30 | 0.13 | 160.86 | 0.91 | 0.45 |
| Hex | B | DD | 9A | 5F | 0 | 1E | D | A1 | 5B | 2D |
| Octal | 13 | 335 | 232 | 137 | 0 | 36 | 15 | 241 | 133 | 55 |
| Binary | 1011 | 11011101 | 10011010 | 1011111 | 0 | 11110 | 1101 | 10100001 | 1011011 | 101101 |
Color Harmonies of #0BDD9A
Complementary color
Monochromatic Colors of #0BDD9A
Black with #0BDD9A
Text Example
Text Example
White with #0BDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD9A; }
p { color: rgb(11,221,154); }
H1.HeaderClassName
{
color: #0BDD9A;
}
.AnyTagClassName
{
color: #0BDD9A;
}
</style>
background-color css
<style>
a { background-color: #0BDD9A; }
a { background-color: rgb(11,221,154); }
div.DivClassName
{
background-color: #0BDD9A;
}
.BgClassName
{
background-color: #0BDD9A;
}
</style>
border-color css
<style>
span { border-color: #0BDD9A; }
span { border-color: rgb(11,221,154); }
td.TdClassName
{
border-color: #0BDD9A;
}
.TagClassName
{
border-color: #0BDD9A;
}
</style>