Shades of Caribbean Green #11D990
Tints of Caribbean Green #11D990
RGB
CMYK
RGB Variations
Color information
#11D990 (or 0x11D990) is known color: Caribbean Green. HEX triplet: 11, D9 and 90. RGB value is (17,217,144). Sum of RGB (Red+Green+Blue) = 17+217+144=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #11D990 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D990 is #EE266F. Grayscale: #949494. Windows color (decimal): -15607408 or 9492753. OLE color: 9492753.
HSL color Cylindrical-coordinate representation of color #11D990: hue angle of 158.1º 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 #11D990 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 144 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.15 |
| HSL | 158.1º | 0.85% | 0.46% | - |
| HSV(B) | 158.1º | 0.92% | 0.85% | - |
| XYZ | 30.08 | 51.76 | 34.79 | - |
| YUV | 148.88 | 125.24 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 144 | 0.92 | 0 | 0.34 | 0.15 | 158.1 | 0.85 | 0.46 |
| Hex | 11 | D9 | 90 | 5C | 0 | 22 | F | 9E | 55 | 2E |
| Octal | 21 | 331 | 220 | 134 | 0 | 42 | 17 | 236 | 125 | 56 |
| Binary | 10001 | 11011001 | 10010000 | 1011100 | 0 | 100010 | 1111 | 10011110 | 1010101 | 101110 |
Color Harmonies of #11D990
Complementary color
Monochromatic Colors of #11D990
Black with #11D990
Text Example
Text Example
White with #11D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D990; }
p { color: rgb(17,217,144); }
H1.HeaderClassName
{
color: #11D990;
}
.AnyTagClassName
{
color: #11D990;
}
</style>
background-color css
<style>
a { background-color: #11D990; }
a { background-color: rgb(17,217,144); }
div.DivClassName
{
background-color: #11D990;
}
.BgClassName
{
background-color: #11D990;
}
</style>
border-color css
<style>
span { border-color: #11D990; }
span { border-color: rgb(17,217,144); }
td.TdClassName
{
border-color: #11D990;
}
.TagClassName
{
border-color: #11D990;
}
</style>