Shades of Caribbean Green #11E29D
Tints of Caribbean Green #11E29D
RGB
CMYK
RGB Variations
Color information
#11E29D (or 0x11E29D) is known color: Caribbean Green. HEX triplet: 11, E2 and 9D. RGB value is (17,226,157). Sum of RGB (Red+Green+Blue) = 17+226+157=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 226 (88.67% from 255 or 56.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 226 - color contains mainly: green. Hex color #11E29D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E29D is #EE1D62. Grayscale: #9B9B9B. Windows color (decimal): -15605091 or 10347025. OLE color: 10347025.
HSL color Cylindrical-coordinate representation of color #11E29D: hue angle of 160.19º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E29D is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 226 | 157 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.11 |
| HSL | 160.19º | 0.86% | 0.48% | - |
| HSV(B) | 160.19º | 0.92% | 0.89% | - |
| XYZ | 33.51 | 56.95 | 41.12 | - |
| YUV | 155.64 | 128.76 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 226 | 157 | 0.92 | 0 | 0.31 | 0.11 | 160.19 | 0.86 | 0.48 |
| Hex | 11 | E2 | 9D | 5C | 0 | 1F | B | A0 | 56 | 30 |
| Octal | 21 | 342 | 235 | 134 | 0 | 37 | 13 | 240 | 126 | 60 |
| Binary | 10001 | 11100010 | 10011101 | 1011100 | 0 | 11111 | 1011 | 10100000 | 1010110 | 110000 |
Color Harmonies of #11E29D
Complementary color
Monochromatic Colors of #11E29D
Black with #11E29D
Text Example
Text Example
White with #11E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E29D; }
p { color: rgb(17,226,157); }
H1.HeaderClassName
{
color: #11E29D;
}
.AnyTagClassName
{
color: #11E29D;
}
</style>
background-color css
<style>
a { background-color: #11E29D; }
a { background-color: rgb(17,226,157); }
div.DivClassName
{
background-color: #11E29D;
}
.BgClassName
{
background-color: #11E29D;
}
</style>
border-color css
<style>
span { border-color: #11E29D; }
span { border-color: rgb(17,226,157); }
td.TdClassName
{
border-color: #11E29D;
}
.TagClassName
{
border-color: #11E29D;
}
</style>