Shades of Caribbean Green #11DC89
Tints of Caribbean Green #11DC89
RGB
CMYK
RGB Variations
Color information
#11DC89 (or 0x11DC89) is known color: Caribbean Green. HEX triplet: 11, DC and 89. RGB value is (17,220,137). Sum of RGB (Red+Green+Blue) = 17+220+137=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DC89 is #EE2376. Grayscale: #959595. Windows color (decimal): -15606647 or 9034769. OLE color: 9034769.
HSL color Cylindrical-coordinate representation of color #11DC89: hue angle of 155.47º 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 #11DC89 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 137 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.14 |
| HSL | 155.47º | 0.86% | 0.46% | - |
| HSV(B) | 155.47º | 0.92% | 0.86% | - |
| XYZ | 30.34 | 53.11 | 32.32 | - |
| YUV | 149.84 | 120.75 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 137 | 0.92 | 0 | 0.38 | 0.14 | 155.47 | 0.86 | 0.46 |
| Hex | 11 | DC | 89 | 5C | 0 | 26 | E | 9B | 56 | 2E |
| Octal | 21 | 334 | 211 | 134 | 0 | 46 | 16 | 233 | 126 | 56 |
| Binary | 10001 | 11011100 | 10001001 | 1011100 | 0 | 100110 | 1110 | 10011011 | 1010110 | 101110 |
Color Harmonies of #11DC89
Complementary color
Monochromatic Colors of #11DC89
Black with #11DC89
Text Example
Text Example
White with #11DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC89; }
p { color: rgb(17,220,137); }
H1.HeaderClassName
{
color: #11DC89;
}
.AnyTagClassName
{
color: #11DC89;
}
</style>
background-color css
<style>
a { background-color: #11DC89; }
a { background-color: rgb(17,220,137); }
div.DivClassName
{
background-color: #11DC89;
}
.BgClassName
{
background-color: #11DC89;
}
</style>
border-color css
<style>
span { border-color: #11DC89; }
span { border-color: rgb(17,220,137); }
td.TdClassName
{
border-color: #11DC89;
}
.TagClassName
{
border-color: #11DC89;
}
</style>