Shades of Caribbean Green #11DB96
Tints of Caribbean Green #11DB96
RGB
CMYK
RGB Variations
Color information
#11DB96 (or 0x11DB96) is known color: Caribbean Green. HEX triplet: 11, DB and 96. RGB value is (17,219,150). Sum of RGB (Red+Green+Blue) = 17+219+150=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DB96 is #EE2469. Grayscale: #969696. Windows color (decimal): -15606890 or 9886481. OLE color: 9886481.
HSL color Cylindrical-coordinate representation of color #11DB96: hue angle of 159.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DB96 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 150 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.14 |
| HSL | 159.5º | 0.86% | 0.46% | - |
| HSV(B) | 159.5º | 0.92% | 0.86% | - |
| XYZ | 31.07 | 52.98 | 37.44 | - |
| YUV | 150.74 | 127.58 | 32.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 150 | 0.92 | 0 | 0.32 | 0.14 | 159.5 | 0.86 | 0.46 |
| Hex | 11 | DB | 96 | 5C | 0 | 20 | E | A0 | 56 | 2E |
| Octal | 21 | 333 | 226 | 134 | 0 | 40 | 16 | 240 | 126 | 56 |
| Binary | 10001 | 11011011 | 10010110 | 1011100 | 0 | 100000 | 1110 | 10100000 | 1010110 | 101110 |
Color Harmonies of #11DB96
Complementary color
Monochromatic Colors of #11DB96
Black with #11DB96
Text Example
Text Example
White with #11DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB96; }
p { color: rgb(17,219,150); }
H1.HeaderClassName
{
color: #11DB96;
}
.AnyTagClassName
{
color: #11DB96;
}
</style>
background-color css
<style>
a { background-color: #11DB96; }
a { background-color: rgb(17,219,150); }
div.DivClassName
{
background-color: #11DB96;
}
.BgClassName
{
background-color: #11DB96;
}
</style>
border-color css
<style>
span { border-color: #11DB96; }
span { border-color: rgb(17,219,150); }
td.TdClassName
{
border-color: #11DB96;
}
.TagClassName
{
border-color: #11DB96;
}
</style>