Shades of Caribbean Green #11DDB0
Tints of Caribbean Green #11DDB0
RGB
CMYK
RGB Variations
Color information
#11DDB0 (or 0x11DDB0) is known color: Caribbean Green. HEX triplet: 11, DD and B0. RGB value is (17,221,176). Sum of RGB (Red+Green+Blue) = 17+221+176=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DDB0 is #EE224F. Grayscale: #9A9A9A. Windows color (decimal): -15606352 or 11590929. OLE color: 11590929.
HSL color Cylindrical-coordinate representation of color #11DDB0: hue angle of 166.76º 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 #11DDB0 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 176 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.13 |
| HSL | 166.76º | 0.86% | 0.47% | - |
| HSV(B) | 166.76º | 0.92% | 0.87% | - |
| XYZ | 33.92 | 54.97 | 49.9 | - |
| YUV | 154.87 | 139.91 | 29.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 176 | 0.92 | 0 | 0.20 | 0.13 | 166.76 | 0.86 | 0.47 |
| Hex | 11 | DD | B0 | 5C | 0 | 14 | D | A7 | 56 | 2F |
| Octal | 21 | 335 | 260 | 134 | 0 | 24 | 15 | 247 | 126 | 57 |
| Binary | 10001 | 11011101 | 10110000 | 1011100 | 0 | 10100 | 1101 | 10100111 | 1010110 | 101111 |
Color Harmonies of #11DDB0
Complementary color
Monochromatic Colors of #11DDB0
Black with #11DDB0
Text Example
Text Example
White with #11DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDB0; }
p { color: rgb(17,221,176); }
H1.HeaderClassName
{
color: #11DDB0;
}
.AnyTagClassName
{
color: #11DDB0;
}
</style>
background-color css
<style>
a { background-color: #11DDB0; }
a { background-color: rgb(17,221,176); }
div.DivClassName
{
background-color: #11DDB0;
}
.BgClassName
{
background-color: #11DDB0;
}
</style>
border-color css
<style>
span { border-color: #11DDB0; }
span { border-color: rgb(17,221,176); }
td.TdClassName
{
border-color: #11DDB0;
}
.TagClassName
{
border-color: #11DDB0;
}
</style>