Shades of Caribbean Green #11E09D
Tints of Caribbean Green #11E09D
RGB
CMYK
RGB Variations
Color information
#11E09D (or 0x11E09D) is known color: Caribbean Green. HEX triplet: 11, E0 and 9D. RGB value is (17,224,157). Sum of RGB (Red+Green+Blue) = 17+224+157=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 224 (87.89% from 255 or 56.28% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 224 - color contains mainly: green. Hex color #11E09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E09D is #EE1F62. Grayscale: #9A9A9A. Windows color (decimal): -15605603 or 10346513. OLE color: 10346513.
HSL color Cylindrical-coordinate representation of color #11E09D: hue angle of 160.58º 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 #11E09D is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 224 | 157 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.12 |
| HSL | 160.58º | 0.86% | 0.47% | - |
| HSV(B) | 160.58º | 0.92% | 0.88% | - |
| XYZ | 32.97 | 55.86 | 40.94 | - |
| YUV | 154.47 | 129.42 | 29.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 224 | 157 | 0.92 | 0 | 0.30 | 0.12 | 160.58 | 0.86 | 0.47 |
| Hex | 11 | E0 | 9D | 5C | 0 | 1E | C | A1 | 56 | 2F |
| Octal | 21 | 340 | 235 | 134 | 0 | 36 | 14 | 241 | 126 | 57 |
| Binary | 10001 | 11100000 | 10011101 | 1011100 | 0 | 11110 | 1100 | 10100001 | 1010110 | 101111 |
Color Harmonies of #11E09D
Complementary color
Monochromatic Colors of #11E09D
Black with #11E09D
Text Example
Text Example
White with #11E09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E09D; }
p { color: rgb(17,224,157); }
H1.HeaderClassName
{
color: #11E09D;
}
.AnyTagClassName
{
color: #11E09D;
}
</style>
background-color css
<style>
a { background-color: #11E09D; }
a { background-color: rgb(17,224,157); }
div.DivClassName
{
background-color: #11E09D;
}
.BgClassName
{
background-color: #11E09D;
}
</style>
border-color css
<style>
span { border-color: #11E09D; }
span { border-color: rgb(17,224,157); }
td.TdClassName
{
border-color: #11E09D;
}
.TagClassName
{
border-color: #11E09D;
}
</style>