Shades of Caribbean Green #11DEA8
Tints of Caribbean Green #11DEA8
RGB
CMYK
RGB Variations
Color information
#11DEA8 (or 0x11DEA8) is known color: Caribbean Green. HEX triplet: 11, DE and A8. RGB value is (17,222,168). Sum of RGB (Red+Green+Blue) = 17+222+168=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #11DEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DEA8 is #EE2157. Grayscale: #9A9A9A. Windows color (decimal): -15606104 or 11066897. OLE color: 11066897.
HSL color Cylindrical-coordinate representation of color #11DEA8: hue angle of 164.2º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DEA8 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 222 | 168 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.13 |
| HSL | 164.2º | 0.86% | 0.47% | - |
| HSV(B) | 164.2º | 0.92% | 0.87% | - |
| XYZ | 33.42 | 55.19 | 45.94 | - |
| YUV | 154.55 | 135.58 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 222 | 168 | 0.92 | 0 | 0.24 | 0.13 | 164.2 | 0.86 | 0.47 |
| Hex | 11 | DE | A8 | 5C | 0 | 18 | D | A4 | 56 | 2F |
| Octal | 21 | 336 | 250 | 134 | 0 | 30 | 15 | 244 | 126 | 57 |
| Binary | 10001 | 11011110 | 10101000 | 1011100 | 0 | 11000 | 1101 | 10100100 | 1010110 | 101111 |
Color Harmonies of #11DEA8
Complementary color
Monochromatic Colors of #11DEA8
Black with #11DEA8
Text Example
Text Example
White with #11DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DEA8; }
p { color: rgb(17,222,168); }
H1.HeaderClassName
{
color: #11DEA8;
}
.AnyTagClassName
{
color: #11DEA8;
}
</style>
background-color css
<style>
a { background-color: #11DEA8; }
a { background-color: rgb(17,222,168); }
div.DivClassName
{
background-color: #11DEA8;
}
.BgClassName
{
background-color: #11DEA8;
}
</style>
border-color css
<style>
span { border-color: #11DEA8; }
span { border-color: rgb(17,222,168); }
td.TdClassName
{
border-color: #11DEA8;
}
.TagClassName
{
border-color: #11DEA8;
}
</style>