Shades of Caribbean Green #11D6AD
Tints of Caribbean Green #11D6AD
RGB
CMYK
RGB Variations
Color information
#11D6AD (or 0x11D6AD) is known color: Caribbean Green. HEX triplet: 11, D6 and AD. RGB value is (17,214,173). Sum of RGB (Red+Green+Blue) = 17+214+173=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #11D6AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D6AD is #EE2952. Grayscale: #969696. Windows color (decimal): -15608147 or 11392529. OLE color: 11392529.
HSL color Cylindrical-coordinate representation of color #11D6AD: hue angle of 167.51º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D6AD is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 214 | 173 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.16 |
| HSL | 167.51º | 0.85% | 0.45% | - |
| HSV(B) | 167.51º | 0.92% | 0.84% | - |
| XYZ | 31.82 | 51.23 | 47.75 | - |
| YUV | 150.42 | 140.73 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 214 | 173 | 0.92 | 0 | 0.19 | 0.16 | 167.51 | 0.85 | 0.45 |
| Hex | 11 | D6 | AD | 5C | 0 | 13 | 10 | A8 | 55 | 2D |
| Octal | 21 | 326 | 255 | 134 | 0 | 23 | 20 | 250 | 125 | 55 |
| Binary | 10001 | 11010110 | 10101101 | 1011100 | 0 | 10011 | 10000 | 10101000 | 1010101 | 101101 |
Color Harmonies of #11D6AD
Complementary color
Monochromatic Colors of #11D6AD
Black with #11D6AD
Text Example
Text Example
White with #11D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D6AD; }
p { color: rgb(17,214,173); }
H1.HeaderClassName
{
color: #11D6AD;
}
.AnyTagClassName
{
color: #11D6AD;
}
</style>
background-color css
<style>
a { background-color: #11D6AD; }
a { background-color: rgb(17,214,173); }
div.DivClassName
{
background-color: #11D6AD;
}
.BgClassName
{
background-color: #11D6AD;
}
</style>
border-color css
<style>
span { border-color: #11D6AD; }
span { border-color: rgb(17,214,173); }
td.TdClassName
{
border-color: #11D6AD;
}
.TagClassName
{
border-color: #11D6AD;
}
</style>