Shades of Caribbean Green #11DCAC
Tints of Caribbean Green #11DCAC
RGB
CMYK
RGB Variations
Color information
#11DCAC (or 0x11DCAC) is known color: Caribbean Green. HEX triplet: 11, DC and AC. RGB value is (17,220,172). Sum of RGB (Red+Green+Blue) = 17+220+172=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DCAC is #EE2353. Grayscale: #999999. Windows color (decimal): -15606612 or 11328529. OLE color: 11328529.
HSL color Cylindrical-coordinate representation of color #11DCAC: hue angle of 165.81º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DCAC is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 172 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.14 |
| HSL | 165.81º | 0.86% | 0.46% | - |
| HSV(B) | 165.81º | 0.92% | 0.86% | - |
| XYZ | 33.27 | 54.28 | 47.75 | - |
| YUV | 153.83 | 138.25 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 172 | 0.92 | 0 | 0.22 | 0.14 | 165.81 | 0.86 | 0.46 |
| Hex | 11 | DC | AC | 5C | 0 | 16 | E | A6 | 56 | 2E |
| Octal | 21 | 334 | 254 | 134 | 0 | 26 | 16 | 246 | 126 | 56 |
| Binary | 10001 | 11011100 | 10101100 | 1011100 | 0 | 10110 | 1110 | 10100110 | 1010110 | 101110 |
Color Harmonies of #11DCAC
Complementary color
Monochromatic Colors of #11DCAC
Black with #11DCAC
Text Example
Text Example
White with #11DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCAC; }
p { color: rgb(17,220,172); }
H1.HeaderClassName
{
color: #11DCAC;
}
.AnyTagClassName
{
color: #11DCAC;
}
</style>
background-color css
<style>
a { background-color: #11DCAC; }
a { background-color: rgb(17,220,172); }
div.DivClassName
{
background-color: #11DCAC;
}
.BgClassName
{
background-color: #11DCAC;
}
</style>
border-color css
<style>
span { border-color: #11DCAC; }
span { border-color: rgb(17,220,172); }
td.TdClassName
{
border-color: #11DCAC;
}
.TagClassName
{
border-color: #11DCAC;
}
</style>