Shades of Caribbean Green #11DC9D
Tints of Caribbean Green #11DC9D
RGB
CMYK
RGB Variations
Color information
#11DC9D (or 0x11DC9D) is known color: Caribbean Green. HEX triplet: 11, DC and 9D. RGB value is (17,220,157). Sum of RGB (Red+Green+Blue) = 17+220+157=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DC9D is #EE2362. Grayscale: #989898. Windows color (decimal): -15606627 or 10345489. OLE color: 10345489.
HSL color Cylindrical-coordinate representation of color #11DC9D: hue angle of 161.38º 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 #11DC9D is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 157 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.14 |
| HSL | 161.38º | 0.86% | 0.46% | - |
| HSV(B) | 161.38º | 0.92% | 0.86% | - |
| XYZ | 31.91 | 53.74 | 40.59 | - |
| YUV | 152.12 | 130.75 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 157 | 0.92 | 0 | 0.29 | 0.14 | 161.38 | 0.86 | 0.46 |
| Hex | 11 | DC | 9D | 5C | 0 | 1D | E | A1 | 56 | 2E |
| Octal | 21 | 334 | 235 | 134 | 0 | 35 | 16 | 241 | 126 | 56 |
| Binary | 10001 | 11011100 | 10011101 | 1011100 | 0 | 11101 | 1110 | 10100001 | 1010110 | 101110 |
Color Harmonies of #11DC9D
Complementary color
Monochromatic Colors of #11DC9D
Black with #11DC9D
Text Example
Text Example
White with #11DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC9D; }
p { color: rgb(17,220,157); }
H1.HeaderClassName
{
color: #11DC9D;
}
.AnyTagClassName
{
color: #11DC9D;
}
</style>
background-color css
<style>
a { background-color: #11DC9D; }
a { background-color: rgb(17,220,157); }
div.DivClassName
{
background-color: #11DC9D;
}
.BgClassName
{
background-color: #11DC9D;
}
</style>
border-color css
<style>
span { border-color: #11DC9D; }
span { border-color: rgb(17,220,157); }
td.TdClassName
{
border-color: #11DC9D;
}
.TagClassName
{
border-color: #11DC9D;
}
</style>