Shades of Mountain Meadow #11B08D
Tints of Mountain Meadow #11B08D
RGB
CMYK
RGB Variations
Color information
#11B08D (or 0x11B08D) is known color: Mountain Meadow. HEX triplet: 11, B0 and 8D. RGB value is (17,176,141). Sum of RGB (Red+Green+Blue) = 17+176+141=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #11B08D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11B08D is #EE4F72. Grayscale: #7C7C7C. Windows color (decimal): -15617907 or 9285649. OLE color: 9285649.
HSL color Cylindrical-coordinate representation of color #11B08D: hue angle of 166.79º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B08D is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 176 | 141 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.31 |
| HSL | 166.79º | 0.82% | 0.38% | - |
| HSV(B) | 166.79º | 0.9% | 0.69% | - |
| XYZ | 20.56 | 33.09 | 30.5 | - |
| YUV | 124.47 | 137.32 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 176 | 141 | 0.90 | 0 | 0.20 | 0.31 | 166.79 | 0.82 | 0.38 |
| Hex | 11 | B0 | 8D | 5A | 0 | 14 | 1F | A7 | 52 | 26 |
| Octal | 21 | 260 | 215 | 132 | 0 | 24 | 37 | 247 | 122 | 46 |
| Binary | 10001 | 10110000 | 10001101 | 1011010 | 0 | 10100 | 11111 | 10100111 | 1010010 | 100110 |
Color Harmonies of #11B08D
Complementary color
Monochromatic Colors of #11B08D
Black with #11B08D
Text Example
Text Example
White with #11B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B08D; }
p { color: rgb(17,176,141); }
H1.HeaderClassName
{
color: #11B08D;
}
.AnyTagClassName
{
color: #11B08D;
}
</style>
background-color css
<style>
a { background-color: #11B08D; }
a { background-color: rgb(17,176,141); }
div.DivClassName
{
background-color: #11B08D;
}
.BgClassName
{
background-color: #11B08D;
}
</style>
border-color css
<style>
span { border-color: #11B08D; }
span { border-color: rgb(17,176,141); }
td.TdClassName
{
border-color: #11B08D;
}
.TagClassName
{
border-color: #11B08D;
}
</style>