Shades of Caribbean Green #11DD8C
Tints of Caribbean Green #11DD8C
RGB
CMYK
RGB Variations
Color information
#11DD8C (or 0x11DD8C) is known color: Caribbean Green. HEX triplet: 11, DD and 8C. RGB value is (17,221,140). Sum of RGB (Red+Green+Blue) = 17+221+140=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DD8C is #EE2273. Grayscale: #969696. Windows color (decimal): -15606388 or 9231633. OLE color: 9231633.
HSL color Cylindrical-coordinate representation of color #11DD8C: hue angle of 156.18º 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 #11DD8C is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 140 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.13 |
| HSL | 156.18º | 0.86% | 0.47% | - |
| HSV(B) | 156.18º | 0.92% | 0.87% | - |
| XYZ | 30.82 | 53.73 | 33.56 | - |
| YUV | 150.77 | 121.91 | 32.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 140 | 0.92 | 0 | 0.37 | 0.13 | 156.18 | 0.86 | 0.47 |
| Hex | 11 | DD | 8C | 5C | 0 | 25 | D | 9C | 56 | 2F |
| Octal | 21 | 335 | 214 | 134 | 0 | 45 | 15 | 234 | 126 | 57 |
| Binary | 10001 | 11011101 | 10001100 | 1011100 | 0 | 100101 | 1101 | 10011100 | 1010110 | 101111 |
Color Harmonies of #11DD8C
Complementary color
Monochromatic Colors of #11DD8C
Black with #11DD8C
Text Example
Text Example
White with #11DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DD8C; }
p { color: rgb(17,221,140); }
H1.HeaderClassName
{
color: #11DD8C;
}
.AnyTagClassName
{
color: #11DD8C;
}
</style>
background-color css
<style>
a { background-color: #11DD8C; }
a { background-color: rgb(17,221,140); }
div.DivClassName
{
background-color: #11DD8C;
}
.BgClassName
{
background-color: #11DD8C;
}
</style>
border-color css
<style>
span { border-color: #11DD8C; }
span { border-color: rgb(17,221,140); }
td.TdClassName
{
border-color: #11DD8C;
}
.TagClassName
{
border-color: #11DD8C;
}
</style>