Shades of Caribbean Green #11E18A
Tints of Caribbean Green #11E18A
RGB
CMYK
RGB Variations
Color information
#11E18A (or 0x11E18A) is known color: Caribbean Green. HEX triplet: 11, E1 and 8A. RGB value is (17,225,138). Sum of RGB (Red+Green+Blue) = 17+225+138=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #11E18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E18A is #EE1E75. Grayscale: #999999. Windows color (decimal): -15605366 or 9101585. OLE color: 9101585.
HSL color Cylindrical-coordinate representation of color #11E18A: hue angle of 154.9º 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 #11E18A is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 225 | 138 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.12 |
| HSL | 154.9º | 0.86% | 0.47% | - |
| HSV(B) | 154.9º | 0.92% | 0.88% | - |
| XYZ | 31.74 | 55.8 | 33.14 | - |
| YUV | 152.89 | 119.59 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 225 | 138 | 0.92 | 0 | 0.39 | 0.12 | 154.9 | 0.86 | 0.47 |
| Hex | 11 | E1 | 8A | 5C | 0 | 27 | C | 9B | 56 | 2F |
| Octal | 21 | 341 | 212 | 134 | 0 | 47 | 14 | 233 | 126 | 57 |
| Binary | 10001 | 11100001 | 10001010 | 1011100 | 0 | 100111 | 1100 | 10011011 | 1010110 | 101111 |
Color Harmonies of #11E18A
Complementary color
Monochromatic Colors of #11E18A
Black with #11E18A
Text Example
Text Example
White with #11E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E18A; }
p { color: rgb(17,225,138); }
H1.HeaderClassName
{
color: #11E18A;
}
.AnyTagClassName
{
color: #11E18A;
}
</style>
background-color css
<style>
a { background-color: #11E18A; }
a { background-color: rgb(17,225,138); }
div.DivClassName
{
background-color: #11E18A;
}
.BgClassName
{
background-color: #11E18A;
}
</style>
border-color css
<style>
span { border-color: #11E18A; }
span { border-color: rgb(17,225,138); }
td.TdClassName
{
border-color: #11E18A;
}
.TagClassName
{
border-color: #11E18A;
}
</style>