Shades of Caribbean Green #11D9AC
Tints of Caribbean Green #11D9AC
RGB
CMYK
RGB Variations
Color information
#11D9AC (or 0x11D9AC) is known color: Caribbean Green. HEX triplet: 11, D9 and AC. RGB value is (17,217,172). Sum of RGB (Red+Green+Blue) = 17+217+172=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #11D9AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D9AC is #EE2653. Grayscale: #989898. Windows color (decimal): -15607380 or 11327761. OLE color: 11327761.
HSL color Cylindrical-coordinate representation of color #11D9AC: hue angle of 166.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D9AC is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 172 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.15 |
| HSL | 166.5º | 0.85% | 0.46% | - |
| HSV(B) | 166.5º | 0.92% | 0.85% | - |
| XYZ | 32.49 | 52.72 | 47.49 | - |
| YUV | 152.07 | 139.24 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 172 | 0.92 | 0 | 0.21 | 0.15 | 166.5 | 0.85 | 0.46 |
| Hex | 11 | D9 | AC | 5C | 0 | 15 | F | A6 | 55 | 2E |
| Octal | 21 | 331 | 254 | 134 | 0 | 25 | 17 | 246 | 125 | 56 |
| Binary | 10001 | 11011001 | 10101100 | 1011100 | 0 | 10101 | 1111 | 10100110 | 1010101 | 101110 |
Color Harmonies of #11D9AC
Complementary color
Monochromatic Colors of #11D9AC
Black with #11D9AC
Text Example
Text Example
White with #11D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D9AC; }
p { color: rgb(17,217,172); }
H1.HeaderClassName
{
color: #11D9AC;
}
.AnyTagClassName
{
color: #11D9AC;
}
</style>
background-color css
<style>
a { background-color: #11D9AC; }
a { background-color: rgb(17,217,172); }
div.DivClassName
{
background-color: #11D9AC;
}
.BgClassName
{
background-color: #11D9AC;
}
</style>
border-color css
<style>
span { border-color: #11D9AC; }
span { border-color: rgb(17,217,172); }
td.TdClassName
{
border-color: #11D9AC;
}
.TagClassName
{
border-color: #11D9AC;
}
</style>