Shades of Caribbean Green #11D997
Tints of Caribbean Green #11D997
RGB
CMYK
RGB Variations
Color information
#11D997 (or 0x11D997) is known color: Caribbean Green. HEX triplet: 11, D9 and 97. RGB value is (17,217,151). Sum of RGB (Red+Green+Blue) = 17+217+151=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #11D997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D997 is #EE2668. Grayscale: #959595. Windows color (decimal): -15607401 or 9951505. OLE color: 9951505.
HSL color Cylindrical-coordinate representation of color #11D997: hue angle of 160.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D997 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 151 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.15 |
| HSL | 160.2º | 0.85% | 0.46% | - |
| HSV(B) | 160.2º | 0.92% | 0.85% | - |
| XYZ | 30.63 | 51.98 | 37.7 | - |
| YUV | 149.68 | 128.74 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 151 | 0.92 | 0 | 0.30 | 0.15 | 160.2 | 0.85 | 0.46 |
| Hex | 11 | D9 | 97 | 5C | 0 | 1E | F | A0 | 55 | 2E |
| Octal | 21 | 331 | 227 | 134 | 0 | 36 | 17 | 240 | 125 | 56 |
| Binary | 10001 | 11011001 | 10010111 | 1011100 | 0 | 11110 | 1111 | 10100000 | 1010101 | 101110 |
Color Harmonies of #11D997
Complementary color
Monochromatic Colors of #11D997
Black with #11D997
Text Example
Text Example
White with #11D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D997; }
p { color: rgb(17,217,151); }
H1.HeaderClassName
{
color: #11D997;
}
.AnyTagClassName
{
color: #11D997;
}
</style>
background-color css
<style>
a { background-color: #11D997; }
a { background-color: rgb(17,217,151); }
div.DivClassName
{
background-color: #11D997;
}
.BgClassName
{
background-color: #11D997;
}
</style>
border-color css
<style>
span { border-color: #11D997; }
span { border-color: rgb(17,217,151); }
td.TdClassName
{
border-color: #11D997;
}
.TagClassName
{
border-color: #11D997;
}
</style>