Shades of Caribbean Green #11D99C
Tints of Caribbean Green #11D99C
RGB
CMYK
RGB Variations
Color information
#11D99C (or 0x11D99C) is known color: Caribbean Green. HEX triplet: 11, D9 and 9C. RGB value is (17,217,156). Sum of RGB (Red+Green+Blue) = 17+217+156=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #11D99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D99C is #EE2663. Grayscale: #969696. Windows color (decimal): -15607396 or 10279185. OLE color: 10279185.
HSL color Cylindrical-coordinate representation of color #11D99C: hue angle of 161.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D99C is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 156 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.15 |
| HSL | 161.7º | 0.85% | 0.46% | - |
| HSV(B) | 161.7º | 0.92% | 0.85% | - |
| XYZ | 31.04 | 52.15 | 39.88 | - |
| YUV | 150.25 | 131.24 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 156 | 0.92 | 0 | 0.28 | 0.15 | 161.7 | 0.85 | 0.46 |
| Hex | 11 | D9 | 9C | 5C | 0 | 1C | F | A2 | 55 | 2E |
| Octal | 21 | 331 | 234 | 134 | 0 | 34 | 17 | 242 | 125 | 56 |
| Binary | 10001 | 11011001 | 10011100 | 1011100 | 0 | 11100 | 1111 | 10100010 | 1010101 | 101110 |
Color Harmonies of #11D99C
Complementary color
Monochromatic Colors of #11D99C
Black with #11D99C
Text Example
Text Example
White with #11D99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D99C; }
p { color: rgb(17,217,156); }
H1.HeaderClassName
{
color: #11D99C;
}
.AnyTagClassName
{
color: #11D99C;
}
</style>
background-color css
<style>
a { background-color: #11D99C; }
a { background-color: rgb(17,217,156); }
div.DivClassName
{
background-color: #11D99C;
}
.BgClassName
{
background-color: #11D99C;
}
</style>
border-color css
<style>
span { border-color: #11D99C; }
span { border-color: rgb(17,217,156); }
td.TdClassName
{
border-color: #11D99C;
}
.TagClassName
{
border-color: #11D99C;
}
</style>