Shades of Caribbean Green #11CE9F
Tints of Caribbean Green #11CE9F
RGB
CMYK
RGB Variations
Color information
#11CE9F (or 0x11CE9F) is known color: Caribbean Green. HEX triplet: 11, CE and 9F. RGB value is (17,206,159). Sum of RGB (Red+Green+Blue) = 17+206+159=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #11CE9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CE9F is #EE3160. Grayscale: #909090. Windows color (decimal): -15610209 or 10472977. OLE color: 10472977.
HSL color Cylindrical-coordinate representation of color #11CE9F: hue angle of 165.08º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CE9F is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 206 | 159 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.19 |
| HSL | 165.08º | 0.85% | 0.44% | - |
| HSV(B) | 165.08º | 0.92% | 0.81% | - |
| XYZ | 28.56 | 46.76 | 40.32 | - |
| YUV | 144.13 | 136.38 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 206 | 159 | 0.92 | 0 | 0.23 | 0.19 | 165.08 | 0.85 | 0.44 |
| Hex | 11 | CE | 9F | 5C | 0 | 17 | 13 | A5 | 55 | 2C |
| Octal | 21 | 316 | 237 | 134 | 0 | 27 | 23 | 245 | 125 | 54 |
| Binary | 10001 | 11001110 | 10011111 | 1011100 | 0 | 10111 | 10011 | 10100101 | 1010101 | 101100 |
Color Harmonies of #11CE9F
Complementary color
Monochromatic Colors of #11CE9F
Black with #11CE9F
Text Example
Text Example
White with #11CE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CE9F; }
p { color: rgb(17,206,159); }
H1.HeaderClassName
{
color: #11CE9F;
}
.AnyTagClassName
{
color: #11CE9F;
}
</style>
background-color css
<style>
a { background-color: #11CE9F; }
a { background-color: rgb(17,206,159); }
div.DivClassName
{
background-color: #11CE9F;
}
.BgClassName
{
background-color: #11CE9F;
}
</style>
border-color css
<style>
span { border-color: #11CE9F; }
span { border-color: rgb(17,206,159); }
td.TdClassName
{
border-color: #11CE9F;
}
.TagClassName
{
border-color: #11CE9F;
}
</style>