Shades of Caribbean Green #11DB95
Tints of Caribbean Green #11DB95
RGB
CMYK
RGB Variations
Color information
#11DB95 (or 0x11DB95) is known color: Caribbean Green. HEX triplet: 11, DB and 95. RGB value is (17,219,149). Sum of RGB (Red+Green+Blue) = 17+219+149=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DB95 is #EE246A. Grayscale: #969696. Windows color (decimal): -15606891 or 9820945. OLE color: 9820945.
HSL color Cylindrical-coordinate representation of color #11DB95: hue angle of 159.21º 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 #11DB95 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 149 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.14 |
| HSL | 159.21º | 0.86% | 0.46% | - |
| HSV(B) | 159.21º | 0.92% | 0.86% | - |
| XYZ | 30.99 | 52.95 | 37.02 | - |
| YUV | 150.62 | 127.08 | 32.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 149 | 0.92 | 0 | 0.32 | 0.14 | 159.21 | 0.86 | 0.46 |
| Hex | 11 | DB | 95 | 5C | 0 | 20 | E | 9F | 56 | 2E |
| Octal | 21 | 333 | 225 | 134 | 0 | 40 | 16 | 237 | 126 | 56 |
| Binary | 10001 | 11011011 | 10010101 | 1011100 | 0 | 100000 | 1110 | 10011111 | 1010110 | 101110 |
Color Harmonies of #11DB95
Complementary color
Monochromatic Colors of #11DB95
Black with #11DB95
Text Example
Text Example
White with #11DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB95; }
p { color: rgb(17,219,149); }
H1.HeaderClassName
{
color: #11DB95;
}
.AnyTagClassName
{
color: #11DB95;
}
</style>
background-color css
<style>
a { background-color: #11DB95; }
a { background-color: rgb(17,219,149); }
div.DivClassName
{
background-color: #11DB95;
}
.BgClassName
{
background-color: #11DB95;
}
</style>
border-color css
<style>
span { border-color: #11DB95; }
span { border-color: rgb(17,219,149); }
td.TdClassName
{
border-color: #11DB95;
}
.TagClassName
{
border-color: #11DB95;
}
</style>