Shades of Caribbean Green #11DC88
Tints of Caribbean Green #11DC88
RGB
CMYK
RGB Variations
Color information
#11DC88 (or 0x11DC88) is known color: Caribbean Green. HEX triplet: 11, DC and 88. RGB value is (17,220,136). Sum of RGB (Red+Green+Blue) = 17+220+136=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DC88 is #EE2377. Grayscale: #959595. Windows color (decimal): -15606648 or 8969233. OLE color: 8969233.
HSL color Cylindrical-coordinate representation of color #11DC88: hue angle of 155.17º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DC88 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 136 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.14 |
| HSL | 155.17º | 0.86% | 0.46% | - |
| HSV(B) | 155.17º | 0.92% | 0.86% | - |
| XYZ | 30.27 | 53.08 | 31.94 | - |
| YUV | 149.73 | 120.25 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 136 | 0.92 | 0 | 0.38 | 0.14 | 155.17 | 0.86 | 0.46 |
| Hex | 11 | DC | 88 | 5C | 0 | 26 | E | 9B | 56 | 2E |
| Octal | 21 | 334 | 210 | 134 | 0 | 46 | 16 | 233 | 126 | 56 |
| Binary | 10001 | 11011100 | 10001000 | 1011100 | 0 | 100110 | 1110 | 10011011 | 1010110 | 101110 |
Color Harmonies of #11DC88
Complementary color
Monochromatic Colors of #11DC88
Black with #11DC88
Text Example
Text Example
White with #11DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC88; }
p { color: rgb(17,220,136); }
H1.HeaderClassName
{
color: #11DC88;
}
.AnyTagClassName
{
color: #11DC88;
}
</style>
background-color css
<style>
a { background-color: #11DC88; }
a { background-color: rgb(17,220,136); }
div.DivClassName
{
background-color: #11DC88;
}
.BgClassName
{
background-color: #11DC88;
}
</style>
border-color css
<style>
span { border-color: #11DC88; }
span { border-color: rgb(17,220,136); }
td.TdClassName
{
border-color: #11DC88;
}
.TagClassName
{
border-color: #11DC88;
}
</style>