Shades of Mountain Meadow #1CB687
Tints of Mountain Meadow #1CB687
RGB
CMYK
RGB Variations
Color information
#1CB687 (or 0x1CB687) is known color: Mountain Meadow. HEX triplet: 1C, B6 and 87. RGB value is (28,182,135). Sum of RGB (Red+Green+Blue) = 28+182+135=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB687 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB687 is #E34978. Grayscale: #828282. Windows color (decimal): -14895481 or 8893980. OLE color: 8893980.
HSL color Cylindrical-coordinate representation of color #1CB687: hue angle of 161.69º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB687 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 135 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.29 |
| HSL | 161.69º | 0.73% | 0.41% | - |
| HSV(B) | 161.69º | 0.85% | 0.71% | - |
| XYZ | 21.58 | 35.45 | 28.63 | - |
| YUV | 130.6 | 130.48 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 135 | 0.85 | 0 | 0.26 | 0.29 | 161.69 | 0.73 | 0.41 |
| Hex | 1C | B6 | 87 | 55 | 0 | 1A | 1D | A2 | 49 | 29 |
| Octal | 34 | 266 | 207 | 125 | 0 | 32 | 35 | 242 | 111 | 51 |
| Binary | 11100 | 10110110 | 10000111 | 1010101 | 0 | 11010 | 11101 | 10100010 | 1001001 | 101001 |
Color Harmonies of #1CB687
Complementary color
Monochromatic Colors of #1CB687
Black with #1CB687
Text Example
Text Example
White with #1CB687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB687; }
p { color: rgb(28,182,135); }
H1.HeaderClassName
{
color: #1CB687;
}
.AnyTagClassName
{
color: #1CB687;
}
</style>
background-color css
<style>
a { background-color: #1CB687; }
a { background-color: rgb(28,182,135); }
div.DivClassName
{
background-color: #1CB687;
}
.BgClassName
{
background-color: #1CB687;
}
</style>
border-color css
<style>
span { border-color: #1CB687; }
span { border-color: rgb(28,182,135); }
td.TdClassName
{
border-color: #1CB687;
}
.TagClassName
{
border-color: #1CB687;
}
</style>