Shades of Caribbean Green #11E097
Tints of Caribbean Green #11E097
RGB
CMYK
RGB Variations
Color information
#11E097 (or 0x11E097) is known color: Caribbean Green. HEX triplet: 11, E0 and 97. RGB value is (17,224,151). Sum of RGB (Red+Green+Blue) = 17+224+151=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 224 (87.89% from 255 or 57.14% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 224 - color contains mainly: green. Hex color #11E097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E097 is #EE1F68. Grayscale: #999999. Windows color (decimal): -15605609 or 9953297. OLE color: 9953297.
HSL color Cylindrical-coordinate representation of color #11E097: hue angle of 158.84º 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 #11E097 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 224 | 151 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.12 |
| HSL | 158.84º | 0.86% | 0.47% | - |
| HSV(B) | 158.84º | 0.92% | 0.88% | - |
| XYZ | 32.47 | 55.66 | 38.31 | - |
| YUV | 153.79 | 126.42 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 224 | 151 | 0.92 | 0 | 0.33 | 0.12 | 158.84 | 0.86 | 0.47 |
| Hex | 11 | E0 | 97 | 5C | 0 | 21 | C | 9F | 56 | 2F |
| Octal | 21 | 340 | 227 | 134 | 0 | 41 | 14 | 237 | 126 | 57 |
| Binary | 10001 | 11100000 | 10010111 | 1011100 | 0 | 100001 | 1100 | 10011111 | 1010110 | 101111 |
Color Harmonies of #11E097
Complementary color
Monochromatic Colors of #11E097
Black with #11E097
Text Example
Text Example
White with #11E097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E097; }
p { color: rgb(17,224,151); }
H1.HeaderClassName
{
color: #11E097;
}
.AnyTagClassName
{
color: #11E097;
}
</style>
background-color css
<style>
a { background-color: #11E097; }
a { background-color: rgb(17,224,151); }
div.DivClassName
{
background-color: #11E097;
}
.BgClassName
{
background-color: #11E097;
}
</style>
border-color css
<style>
span { border-color: #11E097; }
span { border-color: rgb(17,224,151); }
td.TdClassName
{
border-color: #11E097;
}
.TagClassName
{
border-color: #11E097;
}
</style>