Shades of Caribbean Green #11D88B
Tints of Caribbean Green #11D88B
RGB
CMYK
RGB Variations
Color information
#11D88B (or 0x11D88B) is known color: Caribbean Green. HEX triplet: 11, D8 and 8B. RGB value is (17,216,139). Sum of RGB (Red+Green+Blue) = 17+216+139=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #11D88B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D88B is #EE2774. Grayscale: #939393. Windows color (decimal): -15607669 or 9164817. OLE color: 9164817.
HSL color Cylindrical-coordinate representation of color #11D88B: hue angle of 156.78º 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 #11D88B is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 216 | 139 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.15 |
| HSL | 156.78º | 0.85% | 0.46% | - |
| HSV(B) | 156.78º | 0.92% | 0.85% | - |
| XYZ | 29.45 | 51.09 | 32.74 | - |
| YUV | 147.72 | 123.07 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 216 | 139 | 0.92 | 0 | 0.36 | 0.15 | 156.78 | 0.85 | 0.46 |
| Hex | 11 | D8 | 8B | 5C | 0 | 24 | F | 9D | 55 | 2E |
| Octal | 21 | 330 | 213 | 134 | 0 | 44 | 17 | 235 | 125 | 56 |
| Binary | 10001 | 11011000 | 10001011 | 1011100 | 0 | 100100 | 1111 | 10011101 | 1010101 | 101110 |
Color Harmonies of #11D88B
Complementary color
Monochromatic Colors of #11D88B
Black with #11D88B
Text Example
Text Example
White with #11D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D88B; }
p { color: rgb(17,216,139); }
H1.HeaderClassName
{
color: #11D88B;
}
.AnyTagClassName
{
color: #11D88B;
}
</style>
background-color css
<style>
a { background-color: #11D88B; }
a { background-color: rgb(17,216,139); }
div.DivClassName
{
background-color: #11D88B;
}
.BgClassName
{
background-color: #11D88B;
}
</style>
border-color css
<style>
span { border-color: #11D88B; }
span { border-color: rgb(17,216,139); }
td.TdClassName
{
border-color: #11D88B;
}
.TagClassName
{
border-color: #11D88B;
}
</style>