Shades of Caribbean Green #11DF9D
Tints of Caribbean Green #11DF9D
RGB
CMYK
RGB Variations
Color information
#11DF9D (or 0x11DF9D) is known color: Caribbean Green. HEX triplet: 11, DF and 9D. RGB value is (17,223,157). Sum of RGB (Red+Green+Blue) = 17+223+157=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #11DF9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DF9D is #EE2062. Grayscale: #999999. Windows color (decimal): -15605859 or 10346257. OLE color: 10346257.
HSL color Cylindrical-coordinate representation of color #11DF9D: hue angle of 160.78º 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 #11DF9D is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 157 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.13 |
| HSL | 160.78º | 0.86% | 0.47% | - |
| HSV(B) | 160.78º | 0.92% | 0.87% | - |
| XYZ | 32.7 | 55.33 | 40.85 | - |
| YUV | 153.88 | 129.75 | 30.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 157 | 0.92 | 0 | 0.30 | 0.13 | 160.78 | 0.86 | 0.47 |
| Hex | 11 | DF | 9D | 5C | 0 | 1E | D | A1 | 56 | 2F |
| Octal | 21 | 337 | 235 | 134 | 0 | 36 | 15 | 241 | 126 | 57 |
| Binary | 10001 | 11011111 | 10011101 | 1011100 | 0 | 11110 | 1101 | 10100001 | 1010110 | 101111 |
Color Harmonies of #11DF9D
Complementary color
Monochromatic Colors of #11DF9D
Black with #11DF9D
Text Example
Text Example
White with #11DF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DF9D; }
p { color: rgb(17,223,157); }
H1.HeaderClassName
{
color: #11DF9D;
}
.AnyTagClassName
{
color: #11DF9D;
}
</style>
background-color css
<style>
a { background-color: #11DF9D; }
a { background-color: rgb(17,223,157); }
div.DivClassName
{
background-color: #11DF9D;
}
.BgClassName
{
background-color: #11DF9D;
}
</style>
border-color css
<style>
span { border-color: #11DF9D; }
span { border-color: rgb(17,223,157); }
td.TdClassName
{
border-color: #11DF9D;
}
.TagClassName
{
border-color: #11DF9D;
}
</style>