Shades of Caribbean Green #0BDDAC
Tints of Caribbean Green #0BDDAC
RGB
CMYK
RGB Variations
Color information
#0BDDAC (or 0x0BDDAC) is known color: Caribbean Green. HEX triplet: 0B, DD and AC. RGB value is (11,221,172). Sum of RGB (Red+Green+Blue) = 11+221+172=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDDAC is #F42253. Grayscale: #989898. Windows color (decimal): -15999572 or 11328779. OLE color: 11328779.
HSL color Cylindrical-coordinate representation of color #0BDDAC: hue angle of 166º 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 #0BDDAC is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 172 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.13 |
| HSL | 166º | 0.91% | 0.45% | - |
| HSV(B) | 166º | 0.95% | 0.87% | - |
| XYZ | 33.44 | 54.76 | 47.84 | - |
| YUV | 152.62 | 138.93 | 26.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 172 | 0.95 | 0 | 0.22 | 0.13 | 166 | 0.91 | 0.45 |
| Hex | B | DD | AC | 5F | 0 | 16 | D | A6 | 5B | 2D |
| Octal | 13 | 335 | 254 | 137 | 0 | 26 | 15 | 246 | 133 | 55 |
| Binary | 1011 | 11011101 | 10101100 | 1011111 | 0 | 10110 | 1101 | 10100110 | 1011011 | 101101 |
Color Harmonies of #0BDDAC
Complementary color
Monochromatic Colors of #0BDDAC
Black with #0BDDAC
Text Example
Text Example
White with #0BDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDAC; }
p { color: rgb(11,221,172); }
H1.HeaderClassName
{
color: #0BDDAC;
}
.AnyTagClassName
{
color: #0BDDAC;
}
</style>
background-color css
<style>
a { background-color: #0BDDAC; }
a { background-color: rgb(11,221,172); }
div.DivClassName
{
background-color: #0BDDAC;
}
.BgClassName
{
background-color: #0BDDAC;
}
</style>
border-color css
<style>
span { border-color: #0BDDAC; }
span { border-color: rgb(11,221,172); }
td.TdClassName
{
border-color: #0BDDAC;
}
.TagClassName
{
border-color: #0BDDAC;
}
</style>