Shades of Caribbean Green #11DDA4
Tints of Caribbean Green #11DDA4
RGB
CMYK
RGB Variations
Color information
#11DDA4 (or 0x11DDA4) is known color: Caribbean Green. HEX triplet: 11, DD and A4. RGB value is (17,221,164). Sum of RGB (Red+Green+Blue) = 17+221+164=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DDA4 is #EE225B. Grayscale: #999999. Windows color (decimal): -15606364 or 10804497. OLE color: 10804497.
HSL color Cylindrical-coordinate representation of color #11DDA4: hue angle of 163.24º 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 #11DDA4 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 164 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.13 |
| HSL | 163.24º | 0.86% | 0.47% | - |
| HSV(B) | 163.24º | 0.92% | 0.87% | - |
| XYZ | 32.79 | 54.51 | 43.92 | - |
| YUV | 153.51 | 133.91 | 30.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 164 | 0.92 | 0 | 0.26 | 0.13 | 163.24 | 0.86 | 0.47 |
| Hex | 11 | DD | A4 | 5C | 0 | 1A | D | A3 | 56 | 2F |
| Octal | 21 | 335 | 244 | 134 | 0 | 32 | 15 | 243 | 126 | 57 |
| Binary | 10001 | 11011101 | 10100100 | 1011100 | 0 | 11010 | 1101 | 10100011 | 1010110 | 101111 |
Color Harmonies of #11DDA4
Complementary color
Monochromatic Colors of #11DDA4
Black with #11DDA4
Text Example
Text Example
White with #11DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDA4; }
p { color: rgb(17,221,164); }
H1.HeaderClassName
{
color: #11DDA4;
}
.AnyTagClassName
{
color: #11DDA4;
}
</style>
background-color css
<style>
a { background-color: #11DDA4; }
a { background-color: rgb(17,221,164); }
div.DivClassName
{
background-color: #11DDA4;
}
.BgClassName
{
background-color: #11DDA4;
}
</style>
border-color css
<style>
span { border-color: #11DDA4; }
span { border-color: rgb(17,221,164); }
td.TdClassName
{
border-color: #11DDA4;
}
.TagClassName
{
border-color: #11DDA4;
}
</style>