Shades of Caribbean Green #11DBA0
Tints of Caribbean Green #11DBA0
RGB
CMYK
RGB Variations
Color information
#11DBA0 (or 0x11DBA0) is known color: Caribbean Green. HEX triplet: 11, DB and A0. RGB value is (17,219,160). Sum of RGB (Red+Green+Blue) = 17+219+160=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #11DBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DBA0 is #EE245F. Grayscale: #979797. Windows color (decimal): -15606880 or 10541841. OLE color: 10541841.
HSL color Cylindrical-coordinate representation of color #11DBA0: hue angle of 162.48º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DBA0 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 160 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.14 |
| HSL | 162.48º | 0.86% | 0.46% | - |
| HSV(B) | 162.48º | 0.92% | 0.86% | - |
| XYZ | 31.91 | 53.32 | 41.87 | - |
| YUV | 151.88 | 132.58 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 160 | 0.92 | 0 | 0.27 | 0.14 | 162.48 | 0.86 | 0.46 |
| Hex | 11 | DB | A0 | 5C | 0 | 1B | E | A2 | 56 | 2E |
| Octal | 21 | 333 | 240 | 134 | 0 | 33 | 16 | 242 | 126 | 56 |
| Binary | 10001 | 11011011 | 10100000 | 1011100 | 0 | 11011 | 1110 | 10100010 | 1010110 | 101110 |
Color Harmonies of #11DBA0
Complementary color
Monochromatic Colors of #11DBA0
Black with #11DBA0
Text Example
Text Example
White with #11DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBA0; }
p { color: rgb(17,219,160); }
H1.HeaderClassName
{
color: #11DBA0;
}
.AnyTagClassName
{
color: #11DBA0;
}
</style>
background-color css
<style>
a { background-color: #11DBA0; }
a { background-color: rgb(17,219,160); }
div.DivClassName
{
background-color: #11DBA0;
}
.BgClassName
{
background-color: #11DBA0;
}
</style>
border-color css
<style>
span { border-color: #11DBA0; }
span { border-color: rgb(17,219,160); }
td.TdClassName
{
border-color: #11DBA0;
}
.TagClassName
{
border-color: #11DBA0;
}
</style>