Shades of Caribbean Green #11CDA0
Tints of Caribbean Green #11CDA0
RGB
CMYK
RGB Variations
Color information
#11CDA0 (or 0x11CDA0) is known color: Caribbean Green. HEX triplet: 11, CD and A0. RGB value is (17,205,160). Sum of RGB (Red+Green+Blue) = 17+205+160=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #11CDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CDA0 is #EE325F. Grayscale: #8F8F8F. Windows color (decimal): -15610464 or 10538257. OLE color: 10538257.
HSL color Cylindrical-coordinate representation of color #11CDA0: hue angle of 165.64º 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 #11CDA0 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 160 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.20 |
| HSL | 165.64º | 0.85% | 0.44% | - |
| HSV(B) | 165.64º | 0.92% | 0.8% | - |
| XYZ | 28.41 | 46.32 | 40.7 | - |
| YUV | 143.66 | 137.22 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 160 | 0.92 | 0 | 0.22 | 0.20 | 165.64 | 0.85 | 0.44 |
| Hex | 11 | CD | A0 | 5C | 0 | 16 | 14 | A6 | 55 | 2C |
| Octal | 21 | 315 | 240 | 134 | 0 | 26 | 24 | 246 | 125 | 54 |
| Binary | 10001 | 11001101 | 10100000 | 1011100 | 0 | 10110 | 10100 | 10100110 | 1010101 | 101100 |
Color Harmonies of #11CDA0
Complementary color
Monochromatic Colors of #11CDA0
Black with #11CDA0
Text Example
Text Example
White with #11CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDA0; }
p { color: rgb(17,205,160); }
H1.HeaderClassName
{
color: #11CDA0;
}
.AnyTagClassName
{
color: #11CDA0;
}
</style>
background-color css
<style>
a { background-color: #11CDA0; }
a { background-color: rgb(17,205,160); }
div.DivClassName
{
background-color: #11CDA0;
}
.BgClassName
{
background-color: #11CDA0;
}
</style>
border-color css
<style>
span { border-color: #11CDA0; }
span { border-color: rgb(17,205,160); }
td.TdClassName
{
border-color: #11CDA0;
}
.TagClassName
{
border-color: #11CDA0;
}
</style>