Shades of Caribbean Green #11E18E
Tints of Caribbean Green #11E18E
RGB
CMYK
RGB Variations
Color information
#11E18E (or 0x11E18E) is known color: Caribbean Green. HEX triplet: 11, E1 and 8E. RGB value is (17,225,142). Sum of RGB (Red+Green+Blue) = 17+225+142=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #11E18E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E18E is #EE1E71. Grayscale: #999999. Windows color (decimal): -15605362 or 9363729. OLE color: 9363729.
HSL color Cylindrical-coordinate representation of color #11E18E: hue angle of 156.06º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E18E is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 225 | 142 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.12 |
| HSL | 156.06º | 0.86% | 0.47% | - |
| HSV(B) | 156.06º | 0.92% | 0.88% | - |
| XYZ | 32.04 | 55.92 | 34.7 | - |
| YUV | 153.35 | 121.59 | 30.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 225 | 142 | 0.92 | 0 | 0.37 | 0.12 | 156.06 | 0.86 | 0.47 |
| Hex | 11 | E1 | 8E | 5C | 0 | 25 | C | 9C | 56 | 2F |
| Octal | 21 | 341 | 216 | 134 | 0 | 45 | 14 | 234 | 126 | 57 |
| Binary | 10001 | 11100001 | 10001110 | 1011100 | 0 | 100101 | 1100 | 10011100 | 1010110 | 101111 |
Color Harmonies of #11E18E
Complementary color
Monochromatic Colors of #11E18E
Black with #11E18E
Text Example
Text Example
White with #11E18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E18E; }
p { color: rgb(17,225,142); }
H1.HeaderClassName
{
color: #11E18E;
}
.AnyTagClassName
{
color: #11E18E;
}
</style>
background-color css
<style>
a { background-color: #11E18E; }
a { background-color: rgb(17,225,142); }
div.DivClassName
{
background-color: #11E18E;
}
.BgClassName
{
background-color: #11E18E;
}
</style>
border-color css
<style>
span { border-color: #11E18E; }
span { border-color: rgb(17,225,142); }
td.TdClassName
{
border-color: #11E18E;
}
.TagClassName
{
border-color: #11E18E;
}
</style>