Shades of Caribbean Green #11D989
Tints of Caribbean Green #11D989
RGB
CMYK
RGB Variations
Color information
#11D989 (or 0x11D989) is known color: Caribbean Green. HEX triplet: 11, D9 and 89. RGB value is (17,217,137). Sum of RGB (Red+Green+Blue) = 17+217+137=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #11D989 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D989 is #EE2676. Grayscale: #949494. Windows color (decimal): -15607415 or 9034001. OLE color: 9034001.
HSL color Cylindrical-coordinate representation of color #11D989: hue angle of 156º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D989 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 137 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.15 |
| HSL | 156º | 0.85% | 0.46% | - |
| HSV(B) | 156º | 0.92% | 0.85% | - |
| XYZ | 29.56 | 51.55 | 32.06 | - |
| YUV | 148.08 | 121.74 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 137 | 0.92 | 0 | 0.37 | 0.15 | 156 | 0.85 | 0.46 |
| Hex | 11 | D9 | 89 | 5C | 0 | 25 | F | 9C | 55 | 2E |
| Octal | 21 | 331 | 211 | 134 | 0 | 45 | 17 | 234 | 125 | 56 |
| Binary | 10001 | 11011001 | 10001001 | 1011100 | 0 | 100101 | 1111 | 10011100 | 1010101 | 101110 |
Color Harmonies of #11D989
Complementary color
Monochromatic Colors of #11D989
Black with #11D989
Text Example
Text Example
White with #11D989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D989; }
p { color: rgb(17,217,137); }
H1.HeaderClassName
{
color: #11D989;
}
.AnyTagClassName
{
color: #11D989;
}
</style>
background-color css
<style>
a { background-color: #11D989; }
a { background-color: rgb(17,217,137); }
div.DivClassName
{
background-color: #11D989;
}
.BgClassName
{
background-color: #11D989;
}
</style>
border-color css
<style>
span { border-color: #11D989; }
span { border-color: rgb(17,217,137); }
td.TdClassName
{
border-color: #11D989;
}
.TagClassName
{
border-color: #11D989;
}
</style>