Shades of Caribbean Green #11DDA2
Tints of Caribbean Green #11DDA2
RGB
CMYK
RGB Variations
Color information
#11DDA2 (or 0x11DDA2) is known color: Caribbean Green. HEX triplet: 11, DD and A2. RGB value is (17,221,162). Sum of RGB (Red+Green+Blue) = 17+221+162=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DDA2 is #EE225D. Grayscale: #999999. Windows color (decimal): -15606366 or 10673425. OLE color: 10673425.
HSL color Cylindrical-coordinate representation of color #11DDA2: hue angle of 162.65º 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 #11DDA2 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 162 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.13 |
| HSL | 162.65º | 0.86% | 0.47% | - |
| HSV(B) | 162.65º | 0.92% | 0.87% | - |
| XYZ | 32.61 | 54.44 | 42.97 | - |
| YUV | 153.28 | 132.91 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 162 | 0.92 | 0 | 0.27 | 0.13 | 162.65 | 0.86 | 0.47 |
| Hex | 11 | DD | A2 | 5C | 0 | 1B | D | A3 | 56 | 2F |
| Octal | 21 | 335 | 242 | 134 | 0 | 33 | 15 | 243 | 126 | 57 |
| Binary | 10001 | 11011101 | 10100010 | 1011100 | 0 | 11011 | 1101 | 10100011 | 1010110 | 101111 |
Color Harmonies of #11DDA2
Complementary color
Monochromatic Colors of #11DDA2
Black with #11DDA2
Text Example
Text Example
White with #11DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDA2; }
p { color: rgb(17,221,162); }
H1.HeaderClassName
{
color: #11DDA2;
}
.AnyTagClassName
{
color: #11DDA2;
}
</style>
background-color css
<style>
a { background-color: #11DDA2; }
a { background-color: rgb(17,221,162); }
div.DivClassName
{
background-color: #11DDA2;
}
.BgClassName
{
background-color: #11DDA2;
}
</style>
border-color css
<style>
span { border-color: #11DDA2; }
span { border-color: rgb(17,221,162); }
td.TdClassName
{
border-color: #11DDA2;
}
.TagClassName
{
border-color: #11DDA2;
}
</style>