Shades of Caribbean Green #11DDAA
Tints of Caribbean Green #11DDAA
RGB
CMYK
RGB Variations
Color information
#11DDAA (or 0x11DDAA) is known color: Caribbean Green. HEX triplet: 11, DD and AA. RGB value is (17,221,170). Sum of RGB (Red+Green+Blue) = 17+221+170=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DDAA is #EE2255. Grayscale: #9A9A9A. Windows color (decimal): -15606358 or 11197713. OLE color: 11197713.
HSL color Cylindrical-coordinate representation of color #11DDAA: hue angle of 165º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DDAA is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 170 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.13 |
| HSL | 165º | 0.86% | 0.47% | - |
| HSV(B) | 165º | 0.92% | 0.87% | - |
| XYZ | 33.34 | 54.73 | 46.84 | - |
| YUV | 154.19 | 136.91 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 170 | 0.92 | 0 | 0.23 | 0.13 | 165 | 0.86 | 0.47 |
| Hex | 11 | DD | AA | 5C | 0 | 17 | D | A5 | 56 | 2F |
| Octal | 21 | 335 | 252 | 134 | 0 | 27 | 15 | 245 | 126 | 57 |
| Binary | 10001 | 11011101 | 10101010 | 1011100 | 0 | 10111 | 1101 | 10100101 | 1010110 | 101111 |
Color Harmonies of #11DDAA
Complementary color
Monochromatic Colors of #11DDAA
Black with #11DDAA
Text Example
Text Example
White with #11DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDAA; }
p { color: rgb(17,221,170); }
H1.HeaderClassName
{
color: #11DDAA;
}
.AnyTagClassName
{
color: #11DDAA;
}
</style>
background-color css
<style>
a { background-color: #11DDAA; }
a { background-color: rgb(17,221,170); }
div.DivClassName
{
background-color: #11DDAA;
}
.BgClassName
{
background-color: #11DDAA;
}
</style>
border-color css
<style>
span { border-color: #11DDAA; }
span { border-color: rgb(17,221,170); }
td.TdClassName
{
border-color: #11DDAA;
}
.TagClassName
{
border-color: #11DDAA;
}
</style>