Shades of Caribbean Green #11DB7E
Tints of Caribbean Green #11DB7E
RGB
CMYK
RGB Variations
Color information
#11DB7E (or 0x11DB7E) is known color: Caribbean Green. HEX triplet: 11, DB and 7E. RGB value is (17,219,126). Sum of RGB (Red+Green+Blue) = 17+219+126=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11DB7E is #EE2481. Grayscale: #949494. Windows color (decimal): -15606914 or 8313617. OLE color: 8313617.
HSL color Cylindrical-coordinate representation of color #11DB7E: hue angle of 152.38º 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 #11DB7E is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 126 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.14 |
| HSL | 152.38º | 0.86% | 0.46% | - |
| HSV(B) | 152.38º | 0.92% | 0.86% | - |
| XYZ | 29.33 | 52.29 | 28.29 | - |
| YUV | 148 | 115.58 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 126 | 0.92 | 0 | 0.42 | 0.14 | 152.38 | 0.86 | 0.46 |
| Hex | 11 | DB | 7E | 5C | 0 | 2A | E | 98 | 56 | 2E |
| Octal | 21 | 333 | 176 | 134 | 0 | 52 | 16 | 230 | 126 | 56 |
| Binary | 10001 | 11011011 | 1111110 | 1011100 | 0 | 101010 | 1110 | 10011000 | 1010110 | 101110 |
Color Harmonies of #11DB7E
Complementary color
Monochromatic Colors of #11DB7E
Black with #11DB7E
Text Example
Text Example
White with #11DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB7E; }
p { color: rgb(17,219,126); }
H1.HeaderClassName
{
color: #11DB7E;
}
.AnyTagClassName
{
color: #11DB7E;
}
</style>
background-color css
<style>
a { background-color: #11DB7E; }
a { background-color: rgb(17,219,126); }
div.DivClassName
{
background-color: #11DB7E;
}
.BgClassName
{
background-color: #11DB7E;
}
</style>
border-color css
<style>
span { border-color: #11DB7E; }
span { border-color: rgb(17,219,126); }
td.TdClassName
{
border-color: #11DB7E;
}
.TagClassName
{
border-color: #11DB7E;
}
</style>