Shades of Caribbean Green #11DFAC
Tints of Caribbean Green #11DFAC
RGB
CMYK
RGB Variations
Color information
#11DFAC (or 0x11DFAC) is known color: Caribbean Green. HEX triplet: 11, DF and AC. RGB value is (17,223,172). Sum of RGB (Red+Green+Blue) = 17+223+172=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #11DFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DFAC is #EE2053. Grayscale: #9B9B9B. Windows color (decimal): -15605844 or 11329297. OLE color: 11329297.
HSL color Cylindrical-coordinate representation of color #11DFAC: hue angle of 165.15º 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 #11DFAC is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 172 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.13 |
| HSL | 165.15º | 0.86% | 0.47% | - |
| HSV(B) | 165.15º | 0.92% | 0.87% | - |
| XYZ | 34.07 | 55.87 | 48.02 | - |
| YUV | 155.59 | 137.25 | 29.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 172 | 0.92 | 0 | 0.23 | 0.13 | 165.15 | 0.86 | 0.47 |
| Hex | 11 | DF | AC | 5C | 0 | 17 | D | A5 | 56 | 2F |
| Octal | 21 | 337 | 254 | 134 | 0 | 27 | 15 | 245 | 126 | 57 |
| Binary | 10001 | 11011111 | 10101100 | 1011100 | 0 | 10111 | 1101 | 10100101 | 1010110 | 101111 |
Color Harmonies of #11DFAC
Complementary color
Monochromatic Colors of #11DFAC
Black with #11DFAC
Text Example
Text Example
White with #11DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DFAC; }
p { color: rgb(17,223,172); }
H1.HeaderClassName
{
color: #11DFAC;
}
.AnyTagClassName
{
color: #11DFAC;
}
</style>
background-color css
<style>
a { background-color: #11DFAC; }
a { background-color: rgb(17,223,172); }
div.DivClassName
{
background-color: #11DFAC;
}
.BgClassName
{
background-color: #11DFAC;
}
</style>
border-color css
<style>
span { border-color: #11DFAC; }
span { border-color: rgb(17,223,172); }
td.TdClassName
{
border-color: #11DFAC;
}
.TagClassName
{
border-color: #11DFAC;
}
</style>