Shades of Caribbean Green #11D982
Tints of Caribbean Green #11D982
RGB
CMYK
RGB Variations
Color information
#11D982 (or 0x11D982) is known color: Caribbean Green. HEX triplet: 11, D9 and 82. RGB value is (17,217,130). Sum of RGB (Red+Green+Blue) = 17+217+130=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 217 (85.16% from 255 or 59.62% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 217 - color contains mainly: green. Hex color #11D982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D982 is #EE267D. Grayscale: #939393. Windows color (decimal): -15607422 or 8575249. OLE color: 8575249.
HSL color Cylindrical-coordinate representation of color #11D982: hue angle of 153.9º 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 #11D982 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 130 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.15 |
| HSL | 153.9º | 0.85% | 0.46% | - |
| HSV(B) | 153.9º | 0.92% | 0.85% | - |
| XYZ | 29.07 | 51.36 | 29.5 | - |
| YUV | 147.28 | 118.24 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 130 | 0.92 | 0 | 0.40 | 0.15 | 153.9 | 0.85 | 0.46 |
| Hex | 11 | D9 | 82 | 5C | 0 | 28 | F | 9A | 55 | 2E |
| Octal | 21 | 331 | 202 | 134 | 0 | 50 | 17 | 232 | 125 | 56 |
| Binary | 10001 | 11011001 | 10000010 | 1011100 | 0 | 101000 | 1111 | 10011010 | 1010101 | 101110 |
Color Harmonies of #11D982
Complementary color
Monochromatic Colors of #11D982
Black with #11D982
Text Example
Text Example
White with #11D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D982; }
p { color: rgb(17,217,130); }
H1.HeaderClassName
{
color: #11D982;
}
.AnyTagClassName
{
color: #11D982;
}
</style>
background-color css
<style>
a { background-color: #11D982; }
a { background-color: rgb(17,217,130); }
div.DivClassName
{
background-color: #11D982;
}
.BgClassName
{
background-color: #11D982;
}
</style>
border-color css
<style>
span { border-color: #11D982; }
span { border-color: rgb(17,217,130); }
td.TdClassName
{
border-color: #11D982;
}
.TagClassName
{
border-color: #11D982;
}
</style>