Shades of Caribbean Green #11E195
Tints of Caribbean Green #11E195
RGB
CMYK
RGB Variations
Color information
#11E195 (or 0x11E195) is known color: Caribbean Green. HEX triplet: 11, E1 and 95. RGB value is (17,225,149). Sum of RGB (Red+Green+Blue) = 17+225+149=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #11E195 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E195 is #EE1E6A. Grayscale: #9A9A9A. Windows color (decimal): -15605355 or 9822481. OLE color: 9822481.
HSL color Cylindrical-coordinate representation of color #11E195: hue angle of 158.08º 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 #11E195 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 225 | 149 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.12 |
| HSL | 158.08º | 0.86% | 0.47% | - |
| HSV(B) | 158.08º | 0.92% | 0.88% | - |
| XYZ | 32.58 | 56.14 | 37.55 | - |
| YUV | 154.14 | 125.09 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 225 | 149 | 0.92 | 0 | 0.34 | 0.12 | 158.08 | 0.86 | 0.47 |
| Hex | 11 | E1 | 95 | 5C | 0 | 22 | C | 9E | 56 | 2F |
| Octal | 21 | 341 | 225 | 134 | 0 | 42 | 14 | 236 | 126 | 57 |
| Binary | 10001 | 11100001 | 10010101 | 1011100 | 0 | 100010 | 1100 | 10011110 | 1010110 | 101111 |
Color Harmonies of #11E195
Complementary color
Monochromatic Colors of #11E195
Black with #11E195
Text Example
Text Example
White with #11E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E195; }
p { color: rgb(17,225,149); }
H1.HeaderClassName
{
color: #11E195;
}
.AnyTagClassName
{
color: #11E195;
}
</style>
background-color css
<style>
a { background-color: #11E195; }
a { background-color: rgb(17,225,149); }
div.DivClassName
{
background-color: #11E195;
}
.BgClassName
{
background-color: #11E195;
}
</style>
border-color css
<style>
span { border-color: #11E195; }
span { border-color: rgb(17,225,149); }
td.TdClassName
{
border-color: #11E195;
}
.TagClassName
{
border-color: #11E195;
}
</style>