Shades of Mountain Meadow #11B28F
Tints of Mountain Meadow #11B28F
RGB
CMYK
RGB Variations
Color information
#11B28F (or 0x11B28F) is known color: Mountain Meadow. HEX triplet: 11, B2 and 8F. RGB value is (17,178,143). Sum of RGB (Red+Green+Blue) = 17+178+143=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #11B28F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11B28F is #EE4D70. Grayscale: #7D7D7D. Windows color (decimal): -15617393 or 9417233. OLE color: 9417233.
HSL color Cylindrical-coordinate representation of color #11B28F: hue angle of 166.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B28F is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 178 | 143 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.30 |
| HSL | 166.96º | 0.83% | 0.38% | - |
| HSV(B) | 166.96º | 0.9% | 0.7% | - |
| XYZ | 21.11 | 33.94 | 31.43 | - |
| YUV | 125.87 | 137.66 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 143 | 0.90 | 0 | 0.20 | 0.30 | 166.96 | 0.83 | 0.38 |
| Hex | 11 | B2 | 8F | 5A | 0 | 14 | 1E | A7 | 53 | 26 |
| Octal | 21 | 262 | 217 | 132 | 0 | 24 | 36 | 247 | 123 | 46 |
| Binary | 10001 | 10110010 | 10001111 | 1011010 | 0 | 10100 | 11110 | 10100111 | 1010011 | 100110 |
Color Harmonies of #11B28F
Complementary color
Monochromatic Colors of #11B28F
Black with #11B28F
Text Example
Text Example
White with #11B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B28F; }
p { color: rgb(17,178,143); }
H1.HeaderClassName
{
color: #11B28F;
}
.AnyTagClassName
{
color: #11B28F;
}
</style>
background-color css
<style>
a { background-color: #11B28F; }
a { background-color: rgb(17,178,143); }
div.DivClassName
{
background-color: #11B28F;
}
.BgClassName
{
background-color: #11B28F;
}
</style>
border-color css
<style>
span { border-color: #11B28F; }
span { border-color: rgb(17,178,143); }
td.TdClassName
{
border-color: #11B28F;
}
.TagClassName
{
border-color: #11B28F;
}
</style>