Shades of Caribbean Green #11CDA8
Tints of Caribbean Green #11CDA8
RGB
CMYK
RGB Variations
Color information
#11CDA8 (or 0x11CDA8) is known color: Caribbean Green. HEX triplet: 11, CD and A8. RGB value is (17,205,168). Sum of RGB (Red+Green+Blue) = 17+205+168=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #11CDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CDA8 is #EE3257. Grayscale: #909090. Windows color (decimal): -15610456 or 11062545. OLE color: 11062545.
HSL color Cylindrical-coordinate representation of color #11CDA8: hue angle of 168.19º 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 #11CDA8 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 168 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.20 |
| HSL | 168.19º | 0.85% | 0.44% | - |
| HSV(B) | 168.19º | 0.92% | 0.8% | - |
| XYZ | 29.13 | 46.61 | 44.51 | - |
| YUV | 144.57 | 141.22 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 168 | 0.92 | 0 | 0.18 | 0.20 | 168.19 | 0.85 | 0.44 |
| Hex | 11 | CD | A8 | 5C | 0 | 12 | 14 | A8 | 55 | 2C |
| Octal | 21 | 315 | 250 | 134 | 0 | 22 | 24 | 250 | 125 | 54 |
| Binary | 10001 | 11001101 | 10101000 | 1011100 | 0 | 10010 | 10100 | 10101000 | 1010101 | 101100 |
Color Harmonies of #11CDA8
Complementary color
Monochromatic Colors of #11CDA8
Black with #11CDA8
Text Example
Text Example
White with #11CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDA8; }
p { color: rgb(17,205,168); }
H1.HeaderClassName
{
color: #11CDA8;
}
.AnyTagClassName
{
color: #11CDA8;
}
</style>
background-color css
<style>
a { background-color: #11CDA8; }
a { background-color: rgb(17,205,168); }
div.DivClassName
{
background-color: #11CDA8;
}
.BgClassName
{
background-color: #11CDA8;
}
</style>
border-color css
<style>
span { border-color: #11CDA8; }
span { border-color: rgb(17,205,168); }
td.TdClassName
{
border-color: #11CDA8;
}
.TagClassName
{
border-color: #11CDA8;
}
</style>