Shades of Caribbean Green #11D18D
Tints of Caribbean Green #11D18D
RGB
CMYK
RGB Variations
Color information
#11D18D (or 0x11D18D) is known color: Caribbean Green. HEX triplet: 11, D1 and 8D. RGB value is (17,209,141). Sum of RGB (Red+Green+Blue) = 17+209+141=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #11D18D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D18D is #EE2E72. Grayscale: #8F8F8F. Windows color (decimal): -15609459 or 9294097. OLE color: 9294097.
HSL color Cylindrical-coordinate representation of color #11D18D: hue angle of 158.75º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D18D is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 141 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.18 |
| HSL | 158.75º | 0.85% | 0.44% | - |
| HSV(B) | 158.75º | 0.92% | 0.82% | - |
| XYZ | 27.84 | 47.64 | 32.93 | - |
| YUV | 143.84 | 126.39 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 141 | 0.92 | 0 | 0.33 | 0.18 | 158.75 | 0.85 | 0.44 |
| Hex | 11 | D1 | 8D | 5C | 0 | 21 | 12 | 9F | 55 | 2C |
| Octal | 21 | 321 | 215 | 134 | 0 | 41 | 22 | 237 | 125 | 54 |
| Binary | 10001 | 11010001 | 10001101 | 1011100 | 0 | 100001 | 10010 | 10011111 | 1010101 | 101100 |
Color Harmonies of #11D18D
Complementary color
Monochromatic Colors of #11D18D
Black with #11D18D
Text Example
Text Example
White with #11D18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D18D; }
p { color: rgb(17,209,141); }
H1.HeaderClassName
{
color: #11D18D;
}
.AnyTagClassName
{
color: #11D18D;
}
</style>
background-color css
<style>
a { background-color: #11D18D; }
a { background-color: rgb(17,209,141); }
div.DivClassName
{
background-color: #11D18D;
}
.BgClassName
{
background-color: #11D18D;
}
</style>
border-color css
<style>
span { border-color: #11D18D; }
span { border-color: rgb(17,209,141); }
td.TdClassName
{
border-color: #11D18D;
}
.TagClassName
{
border-color: #11D18D;
}
</style>