Shades of Caribbean Green #11D893
Tints of Caribbean Green #11D893
RGB
CMYK
RGB Variations
Color information
#11D893 (or 0x11D893) is known color: Caribbean Green. HEX triplet: 11, D8 and 93. RGB value is (17,216,147). Sum of RGB (Red+Green+Blue) = 17+216+147=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #11D893 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D893 is #EE276C. Grayscale: #949494. Windows color (decimal): -15607661 or 9689105. OLE color: 9689105.
HSL color Cylindrical-coordinate representation of color #11D893: hue angle of 159.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 #11D893 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 216 | 147 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.15 |
| HSL | 159.2º | 0.85% | 0.46% | - |
| HSV(B) | 159.2º | 0.92% | 0.85% | - |
| XYZ | 30.05 | 51.34 | 35.93 | - |
| YUV | 148.63 | 127.07 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 216 | 147 | 0.92 | 0 | 0.32 | 0.15 | 159.2 | 0.85 | 0.46 |
| Hex | 11 | D8 | 93 | 5C | 0 | 20 | F | 9F | 55 | 2E |
| Octal | 21 | 330 | 223 | 134 | 0 | 40 | 17 | 237 | 125 | 56 |
| Binary | 10001 | 11011000 | 10010011 | 1011100 | 0 | 100000 | 1111 | 10011111 | 1010101 | 101110 |
Color Harmonies of #11D893
Complementary color
Monochromatic Colors of #11D893
Black with #11D893
Text Example
Text Example
White with #11D893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D893; }
p { color: rgb(17,216,147); }
H1.HeaderClassName
{
color: #11D893;
}
.AnyTagClassName
{
color: #11D893;
}
</style>
background-color css
<style>
a { background-color: #11D893; }
a { background-color: rgb(17,216,147); }
div.DivClassName
{
background-color: #11D893;
}
.BgClassName
{
background-color: #11D893;
}
</style>
border-color css
<style>
span { border-color: #11D893; }
span { border-color: rgb(17,216,147); }
td.TdClassName
{
border-color: #11D893;
}
.TagClassName
{
border-color: #11D893;
}
</style>