Shades of Caribbean Green #11E0A3
Tints of Caribbean Green #11E0A3
RGB
CMYK
RGB Variations
Color information
#11E0A3 (or 0x11E0A3) is known color: Caribbean Green. HEX triplet: 11, E0 and A3. RGB value is (17,224,163). Sum of RGB (Red+Green+Blue) = 17+224+163=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #11E0A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E0A3 is #EE1F5C. Grayscale: #9B9B9B. Windows color (decimal): -15605597 or 10739729. OLE color: 10739729.
HSL color Cylindrical-coordinate representation of color #11E0A3: hue angle of 162.32º 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 #11E0A3 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 224 | 163 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.12 |
| HSL | 162.32º | 0.86% | 0.47% | - |
| HSV(B) | 162.32º | 0.92% | 0.88% | - |
| XYZ | 33.5 | 56.07 | 43.71 | - |
| YUV | 155.15 | 132.42 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 224 | 163 | 0.92 | 0 | 0.27 | 0.12 | 162.32 | 0.86 | 0.47 |
| Hex | 11 | E0 | A3 | 5C | 0 | 1B | C | A2 | 56 | 2F |
| Octal | 21 | 340 | 243 | 134 | 0 | 33 | 14 | 242 | 126 | 57 |
| Binary | 10001 | 11100000 | 10100011 | 1011100 | 0 | 11011 | 1100 | 10100010 | 1010110 | 101111 |
Color Harmonies of #11E0A3
Complementary color
Monochromatic Colors of #11E0A3
Black with #11E0A3
Text Example
Text Example
White with #11E0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E0A3; }
p { color: rgb(17,224,163); }
H1.HeaderClassName
{
color: #11E0A3;
}
.AnyTagClassName
{
color: #11E0A3;
}
</style>
background-color css
<style>
a { background-color: #11E0A3; }
a { background-color: rgb(17,224,163); }
div.DivClassName
{
background-color: #11E0A3;
}
.BgClassName
{
background-color: #11E0A3;
}
</style>
border-color css
<style>
span { border-color: #11E0A3; }
span { border-color: rgb(17,224,163); }
td.TdClassName
{
border-color: #11E0A3;
}
.TagClassName
{
border-color: #11E0A3;
}
</style>