Shades of Caribbean Green #11CDAB
Tints of Caribbean Green #11CDAB
RGB
CMYK
RGB Variations
Color information
#11CDAB (or 0x11CDAB) is known color: Caribbean Green. HEX triplet: 11, CD and AB. RGB value is (17,205,171). Sum of RGB (Red+Green+Blue) = 17+205+171=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #11CDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CDAB is #EE3254. Grayscale: #909090. Windows color (decimal): -15610453 or 11259153. OLE color: 11259153.
HSL color Cylindrical-coordinate representation of color #11CDAB: hue angle of 169.15º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CDAB is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 171 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.20 |
| HSL | 169.15º | 0.85% | 0.44% | - |
| HSV(B) | 169.15º | 0.92% | 0.8% | - |
| XYZ | 29.41 | 46.72 | 46 | - |
| YUV | 144.91 | 142.72 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 171 | 0.92 | 0 | 0.17 | 0.20 | 169.15 | 0.85 | 0.44 |
| Hex | 11 | CD | AB | 5C | 0 | 11 | 14 | A9 | 55 | 2C |
| Octal | 21 | 315 | 253 | 134 | 0 | 21 | 24 | 251 | 125 | 54 |
| Binary | 10001 | 11001101 | 10101011 | 1011100 | 0 | 10001 | 10100 | 10101001 | 1010101 | 101100 |
Color Harmonies of #11CDAB
Complementary color
Monochromatic Colors of #11CDAB
Black with #11CDAB
Text Example
Text Example
White with #11CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDAB; }
p { color: rgb(17,205,171); }
H1.HeaderClassName
{
color: #11CDAB;
}
.AnyTagClassName
{
color: #11CDAB;
}
</style>
background-color css
<style>
a { background-color: #11CDAB; }
a { background-color: rgb(17,205,171); }
div.DivClassName
{
background-color: #11CDAB;
}
.BgClassName
{
background-color: #11CDAB;
}
</style>
border-color css
<style>
span { border-color: #11CDAB; }
span { border-color: rgb(17,205,171); }
td.TdClassName
{
border-color: #11CDAB;
}
.TagClassName
{
border-color: #11CDAB;
}
</style>