Shades of Caribbean Green #11D090
Tints of Caribbean Green #11D090
RGB
CMYK
RGB Variations
Color information
#11D090 (or 0x11D090) is known color: Caribbean Green. HEX triplet: 11, D0 and 90. RGB value is (17,208,144). Sum of RGB (Red+Green+Blue) = 17+208+144=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #11D090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D090 is #EE2F6F. Grayscale: #8F8F8F. Windows color (decimal): -15609712 or 9490449. OLE color: 9490449.
HSL color Cylindrical-coordinate representation of color #11D090: hue angle of 159.9º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D090 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 144 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.18 |
| HSL | 159.9º | 0.85% | 0.44% | - |
| HSV(B) | 159.9º | 0.92% | 0.82% | - |
| XYZ | 27.82 | 47.24 | 34.04 | - |
| YUV | 143.6 | 128.22 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 144 | 0.92 | 0 | 0.31 | 0.18 | 159.9 | 0.85 | 0.44 |
| Hex | 11 | D0 | 90 | 5C | 0 | 1F | 12 | A0 | 55 | 2C |
| Octal | 21 | 320 | 220 | 134 | 0 | 37 | 22 | 240 | 125 | 54 |
| Binary | 10001 | 11010000 | 10010000 | 1011100 | 0 | 11111 | 10010 | 10100000 | 1010101 | 101100 |
Color Harmonies of #11D090
Complementary color
Monochromatic Colors of #11D090
Black with #11D090
Text Example
Text Example
White with #11D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D090; }
p { color: rgb(17,208,144); }
H1.HeaderClassName
{
color: #11D090;
}
.AnyTagClassName
{
color: #11D090;
}
</style>
background-color css
<style>
a { background-color: #11D090; }
a { background-color: rgb(17,208,144); }
div.DivClassName
{
background-color: #11D090;
}
.BgClassName
{
background-color: #11D090;
}
</style>
border-color css
<style>
span { border-color: #11D090; }
span { border-color: rgb(17,208,144); }
td.TdClassName
{
border-color: #11D090;
}
.TagClassName
{
border-color: #11D090;
}
</style>