Shades of Caribbean Green #11DFA6
Tints of Caribbean Green #11DFA6
RGB
CMYK
RGB Variations
Color information
#11DFA6 (or 0x11DFA6) is known color: Caribbean Green. HEX triplet: 11, DF and A6. RGB value is (17,223,166). Sum of RGB (Red+Green+Blue) = 17+223+166=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #11DFA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DFA6 is #EE2059. Grayscale: #9A9A9A. Windows color (decimal): -15605850 or 10936081. OLE color: 10936081.
HSL color Cylindrical-coordinate representation of color #11DFA6: hue angle of 163.4º 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 #11DFA6 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 166 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.13 |
| HSL | 163.4º | 0.86% | 0.47% | - |
| HSV(B) | 163.4º | 0.92% | 0.87% | - |
| XYZ | 33.5 | 55.65 | 45.05 | - |
| YUV | 154.91 | 134.25 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 166 | 0.92 | 0 | 0.26 | 0.13 | 163.4 | 0.86 | 0.47 |
| Hex | 11 | DF | A6 | 5C | 0 | 1A | D | A3 | 56 | 2F |
| Octal | 21 | 337 | 246 | 134 | 0 | 32 | 15 | 243 | 126 | 57 |
| Binary | 10001 | 11011111 | 10100110 | 1011100 | 0 | 11010 | 1101 | 10100011 | 1010110 | 101111 |
Color Harmonies of #11DFA6
Complementary color
Monochromatic Colors of #11DFA6
Black with #11DFA6
Text Example
Text Example
White with #11DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DFA6; }
p { color: rgb(17,223,166); }
H1.HeaderClassName
{
color: #11DFA6;
}
.AnyTagClassName
{
color: #11DFA6;
}
</style>
background-color css
<style>
a { background-color: #11DFA6; }
a { background-color: rgb(17,223,166); }
div.DivClassName
{
background-color: #11DFA6;
}
.BgClassName
{
background-color: #11DFA6;
}
</style>
border-color css
<style>
span { border-color: #11DFA6; }
span { border-color: rgb(17,223,166); }
td.TdClassName
{
border-color: #11DFA6;
}
.TagClassName
{
border-color: #11DFA6;
}
</style>