Shades of Caribbean Green #11DB9D
Tints of Caribbean Green #11DB9D
RGB
CMYK
RGB Variations
Color information
#11DB9D (or 0x11DB9D) is known color: Caribbean Green. HEX triplet: 11, DB and 9D. RGB value is (17,219,157). Sum of RGB (Red+Green+Blue) = 17+219+157=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DB9D is #EE2462. Grayscale: #979797. Windows color (decimal): -15606883 or 10345233. OLE color: 10345233.
HSL color Cylindrical-coordinate representation of color #11DB9D: hue angle of 161.58º 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 #11DB9D is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 157 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.14 |
| HSL | 161.58º | 0.86% | 0.46% | - |
| HSV(B) | 161.58º | 0.92% | 0.86% | - |
| XYZ | 31.65 | 53.22 | 40.5 | - |
| YUV | 151.53 | 131.08 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 157 | 0.92 | 0 | 0.28 | 0.14 | 161.58 | 0.86 | 0.46 |
| Hex | 11 | DB | 9D | 5C | 0 | 1C | E | A2 | 56 | 2E |
| Octal | 21 | 333 | 235 | 134 | 0 | 34 | 16 | 242 | 126 | 56 |
| Binary | 10001 | 11011011 | 10011101 | 1011100 | 0 | 11100 | 1110 | 10100010 | 1010110 | 101110 |
Color Harmonies of #11DB9D
Complementary color
Monochromatic Colors of #11DB9D
Black with #11DB9D
Text Example
Text Example
White with #11DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB9D; }
p { color: rgb(17,219,157); }
H1.HeaderClassName
{
color: #11DB9D;
}
.AnyTagClassName
{
color: #11DB9D;
}
</style>
background-color css
<style>
a { background-color: #11DB9D; }
a { background-color: rgb(17,219,157); }
div.DivClassName
{
background-color: #11DB9D;
}
.BgClassName
{
background-color: #11DB9D;
}
</style>
border-color css
<style>
span { border-color: #11DB9D; }
span { border-color: rgb(17,219,157); }
td.TdClassName
{
border-color: #11DB9D;
}
.TagClassName
{
border-color: #11DB9D;
}
</style>