Shades of Caribbean Green #11E2AF
Tints of Caribbean Green #11E2AF
RGB
CMYK
RGB Variations
Color information
#11E2AF (or 0x11E2AF) is known color: Caribbean Green. HEX triplet: 11, E2 and AF. RGB value is (17,226,175). Sum of RGB (Red+Green+Blue) = 17+226+175=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 226 (88.67% from 255 or 54.07% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 226 - color contains mainly: green. Hex color #11E2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E2AF is #EE1D50. Grayscale: #9D9D9D. Windows color (decimal): -15605073 or 11526673. OLE color: 11526673.
HSL color Cylindrical-coordinate representation of color #11E2AF: hue angle of 165.36º 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 #11E2AF is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 226 | 175 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.11 |
| HSL | 165.36º | 0.86% | 0.48% | - |
| HSV(B) | 165.36º | 0.92% | 0.89% | - |
| XYZ | 35.17 | 57.61 | 49.82 | - |
| YUV | 157.7 | 137.76 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 226 | 175 | 0.92 | 0 | 0.23 | 0.11 | 165.36 | 0.86 | 0.48 |
| Hex | 11 | E2 | AF | 5C | 0 | 17 | B | A5 | 56 | 30 |
| Octal | 21 | 342 | 257 | 134 | 0 | 27 | 13 | 245 | 126 | 60 |
| Binary | 10001 | 11100010 | 10101111 | 1011100 | 0 | 10111 | 1011 | 10100101 | 1010110 | 110000 |
Color Harmonies of #11E2AF
Complementary color
Monochromatic Colors of #11E2AF
Black with #11E2AF
Text Example
Text Example
White with #11E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E2AF; }
p { color: rgb(17,226,175); }
H1.HeaderClassName
{
color: #11E2AF;
}
.AnyTagClassName
{
color: #11E2AF;
}
</style>
background-color css
<style>
a { background-color: #11E2AF; }
a { background-color: rgb(17,226,175); }
div.DivClassName
{
background-color: #11E2AF;
}
.BgClassName
{
background-color: #11E2AF;
}
</style>
border-color css
<style>
span { border-color: #11E2AF; }
span { border-color: rgb(17,226,175); }
td.TdClassName
{
border-color: #11E2AF;
}
.TagClassName
{
border-color: #11E2AF;
}
</style>