Shades of Caribbean Green #11DDA1
Tints of Caribbean Green #11DDA1
RGB
CMYK
RGB Variations
Color information
#11DDA1 (or 0x11DDA1) is known color: Caribbean Green. HEX triplet: 11, DD and A1. RGB value is (17,221,161). Sum of RGB (Red+Green+Blue) = 17+221+161=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DDA1 is #EE225E. Grayscale: #999999. Windows color (decimal): -15606367 or 10607889. OLE color: 10607889.
HSL color Cylindrical-coordinate representation of color #11DDA1: hue angle of 162.35º 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 #11DDA1 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 161 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.13 |
| HSL | 162.35º | 0.86% | 0.47% | - |
| HSV(B) | 162.35º | 0.92% | 0.87% | - |
| XYZ | 32.52 | 54.41 | 42.51 | - |
| YUV | 153.16 | 132.41 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 161 | 0.92 | 0 | 0.27 | 0.13 | 162.35 | 0.86 | 0.47 |
| Hex | 11 | DD | A1 | 5C | 0 | 1B | D | A2 | 56 | 2F |
| Octal | 21 | 335 | 241 | 134 | 0 | 33 | 15 | 242 | 126 | 57 |
| Binary | 10001 | 11011101 | 10100001 | 1011100 | 0 | 11011 | 1101 | 10100010 | 1010110 | 101111 |
Color Harmonies of #11DDA1
Complementary color
Monochromatic Colors of #11DDA1
Black with #11DDA1
Text Example
Text Example
White with #11DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDA1; }
p { color: rgb(17,221,161); }
H1.HeaderClassName
{
color: #11DDA1;
}
.AnyTagClassName
{
color: #11DDA1;
}
</style>
background-color css
<style>
a { background-color: #11DDA1; }
a { background-color: rgb(17,221,161); }
div.DivClassName
{
background-color: #11DDA1;
}
.BgClassName
{
background-color: #11DDA1;
}
</style>
border-color css
<style>
span { border-color: #11DDA1; }
span { border-color: rgb(17,221,161); }
td.TdClassName
{
border-color: #11DDA1;
}
.TagClassName
{
border-color: #11DDA1;
}
</style>