Shades of Caribbean Green #11DDAC
Tints of Caribbean Green #11DDAC
RGB
CMYK
RGB Variations
Color information
#11DDAC (or 0x11DDAC) is known color: Caribbean Green. HEX triplet: 11, DD and AC. RGB value is (17,221,172). Sum of RGB (Red+Green+Blue) = 17+221+172=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DDAC is #EE2253. Grayscale: #9A9A9A. Windows color (decimal): -15606356 or 11328785. OLE color: 11328785.
HSL color Cylindrical-coordinate representation of color #11DDAC: hue angle of 165.59º 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 #11DDAC is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 172 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.13 |
| HSL | 165.59º | 0.86% | 0.47% | - |
| HSV(B) | 165.59º | 0.92% | 0.87% | - |
| XYZ | 33.53 | 54.81 | 47.84 | - |
| YUV | 154.42 | 137.91 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 172 | 0.92 | 0 | 0.22 | 0.13 | 165.59 | 0.86 | 0.47 |
| Hex | 11 | DD | AC | 5C | 0 | 16 | D | A6 | 56 | 2F |
| Octal | 21 | 335 | 254 | 134 | 0 | 26 | 15 | 246 | 126 | 57 |
| Binary | 10001 | 11011101 | 10101100 | 1011100 | 0 | 10110 | 1101 | 10100110 | 1010110 | 101111 |
Color Harmonies of #11DDAC
Complementary color
Monochromatic Colors of #11DDAC
Black with #11DDAC
Text Example
Text Example
White with #11DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDAC; }
p { color: rgb(17,221,172); }
H1.HeaderClassName
{
color: #11DDAC;
}
.AnyTagClassName
{
color: #11DDAC;
}
</style>
background-color css
<style>
a { background-color: #11DDAC; }
a { background-color: rgb(17,221,172); }
div.DivClassName
{
background-color: #11DDAC;
}
.BgClassName
{
background-color: #11DDAC;
}
</style>
border-color css
<style>
span { border-color: #11DDAC; }
span { border-color: rgb(17,221,172); }
td.TdClassName
{
border-color: #11DDAC;
}
.TagClassName
{
border-color: #11DDAC;
}
</style>