Shades of Caribbean Green #11DB82
Tints of Caribbean Green #11DB82
RGB
CMYK
RGB Variations
Color information
#11DB82 (or 0x11DB82) is known color: Caribbean Green. HEX triplet: 11, DB and 82. RGB value is (17,219,130). Sum of RGB (Red+Green+Blue) = 17+219+130=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DB82 is #EE247D. Grayscale: #949494. Windows color (decimal): -15606910 or 8575761. OLE color: 8575761.
HSL color Cylindrical-coordinate representation of color #11DB82: hue angle of 153.56º 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 #11DB82 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 130 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.14 |
| HSL | 153.56º | 0.86% | 0.46% | - |
| HSV(B) | 153.56º | 0.92% | 0.86% | - |
| XYZ | 29.59 | 52.39 | 29.67 | - |
| YUV | 148.46 | 117.58 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 130 | 0.92 | 0 | 0.41 | 0.14 | 153.56 | 0.86 | 0.46 |
| Hex | 11 | DB | 82 | 5C | 0 | 29 | E | 9A | 56 | 2E |
| Octal | 21 | 333 | 202 | 134 | 0 | 51 | 16 | 232 | 126 | 56 |
| Binary | 10001 | 11011011 | 10000010 | 1011100 | 0 | 101001 | 1110 | 10011010 | 1010110 | 101110 |
Color Harmonies of #11DB82
Complementary color
Monochromatic Colors of #11DB82
Black with #11DB82
Text Example
Text Example
White with #11DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB82; }
p { color: rgb(17,219,130); }
H1.HeaderClassName
{
color: #11DB82;
}
.AnyTagClassName
{
color: #11DB82;
}
</style>
background-color css
<style>
a { background-color: #11DB82; }
a { background-color: rgb(17,219,130); }
div.DivClassName
{
background-color: #11DB82;
}
.BgClassName
{
background-color: #11DB82;
}
</style>
border-color css
<style>
span { border-color: #11DB82; }
span { border-color: rgb(17,219,130); }
td.TdClassName
{
border-color: #11DB82;
}
.TagClassName
{
border-color: #11DB82;
}
</style>