Shades of Caribbean Green #11CDA6
Tints of Caribbean Green #11CDA6
RGB
CMYK
RGB Variations
Color information
#11CDA6 (or 0x11CDA6) is known color: Caribbean Green. HEX triplet: 11, CD and A6. RGB value is (17,205,166). Sum of RGB (Red+Green+Blue) = 17+205+166=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #11CDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CDA6 is #EE3259. Grayscale: #909090. Windows color (decimal): -15610458 or 10931473. OLE color: 10931473.
HSL color Cylindrical-coordinate representation of color #11CDA6: hue angle of 167.55º 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 #11CDA6 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 166 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.20 |
| HSL | 167.55º | 0.85% | 0.44% | - |
| HSV(B) | 167.55º | 0.92% | 0.8% | - |
| XYZ | 28.95 | 46.53 | 43.53 | - |
| YUV | 144.34 | 140.22 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 166 | 0.92 | 0 | 0.19 | 0.20 | 167.55 | 0.85 | 0.44 |
| Hex | 11 | CD | A6 | 5C | 0 | 13 | 14 | A8 | 55 | 2C |
| Octal | 21 | 315 | 246 | 134 | 0 | 23 | 24 | 250 | 125 | 54 |
| Binary | 10001 | 11001101 | 10100110 | 1011100 | 0 | 10011 | 10100 | 10101000 | 1010101 | 101100 |
Color Harmonies of #11CDA6
Complementary color
Monochromatic Colors of #11CDA6
Black with #11CDA6
Text Example
Text Example
White with #11CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDA6; }
p { color: rgb(17,205,166); }
H1.HeaderClassName
{
color: #11CDA6;
}
.AnyTagClassName
{
color: #11CDA6;
}
</style>
background-color css
<style>
a { background-color: #11CDA6; }
a { background-color: rgb(17,205,166); }
div.DivClassName
{
background-color: #11CDA6;
}
.BgClassName
{
background-color: #11CDA6;
}
</style>
border-color css
<style>
span { border-color: #11CDA6; }
span { border-color: rgb(17,205,166); }
td.TdClassName
{
border-color: #11CDA6;
}
.TagClassName
{
border-color: #11CDA6;
}
</style>