Shades of Caribbean Green #11DC99
Tints of Caribbean Green #11DC99
RGB
CMYK
RGB Variations
Color information
#11DC99 (or 0x11DC99) is known color: Caribbean Green. HEX triplet: 11, DC and 99. RGB value is (17,220,153). Sum of RGB (Red+Green+Blue) = 17+220+153=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DC99 is #EE2366. Grayscale: #979797. Windows color (decimal): -15606631 or 10083345. OLE color: 10083345.
HSL color Cylindrical-coordinate representation of color #11DC99: hue angle of 160.2º 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 #11DC99 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 153 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.14 |
| HSL | 160.2º | 0.86% | 0.46% | - |
| HSV(B) | 160.2º | 0.92% | 0.86% | - |
| XYZ | 31.57 | 53.61 | 38.82 | - |
| YUV | 151.67 | 128.75 | 31.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 153 | 0.92 | 0 | 0.30 | 0.14 | 160.2 | 0.86 | 0.46 |
| Hex | 11 | DC | 99 | 5C | 0 | 1E | E | A0 | 56 | 2E |
| Octal | 21 | 334 | 231 | 134 | 0 | 36 | 16 | 240 | 126 | 56 |
| Binary | 10001 | 11011100 | 10011001 | 1011100 | 0 | 11110 | 1110 | 10100000 | 1010110 | 101110 |
Color Harmonies of #11DC99
Complementary color
Monochromatic Colors of #11DC99
Black with #11DC99
Text Example
Text Example
White with #11DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC99; }
p { color: rgb(17,220,153); }
H1.HeaderClassName
{
color: #11DC99;
}
.AnyTagClassName
{
color: #11DC99;
}
</style>
background-color css
<style>
a { background-color: #11DC99; }
a { background-color: rgb(17,220,153); }
div.DivClassName
{
background-color: #11DC99;
}
.BgClassName
{
background-color: #11DC99;
}
</style>
border-color css
<style>
span { border-color: #11DC99; }
span { border-color: rgb(17,220,153); }
td.TdClassName
{
border-color: #11DC99;
}
.TagClassName
{
border-color: #11DC99;
}
</style>