Shades of Mountain Meadow #1BCD87
Tints of Mountain Meadow #1BCD87
RGB
CMYK
RGB Variations
Color information
#1BCD87 (or 0x1BCD87) is known color: Mountain Meadow. HEX triplet: 1B, CD and 87. RGB value is (27,205,135). Sum of RGB (Red+Green+Blue) = 27+205+135=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCD87 is #E43278. Grayscale: #8F8F8F. Windows color (decimal): -14955129 or 8899867. OLE color: 8899867.
HSL color Cylindrical-coordinate representation of color #1BCD87: hue angle of 156.4º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCD87 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 135 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.20 |
| HSL | 156.4º | 0.77% | 0.45% | - |
| HSV(B) | 156.4º | 0.87% | 0.8% | - |
| XYZ | 26.66 | 45.64 | 30.33 | - |
| YUV | 143.8 | 123.03 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 135 | 0.87 | 0 | 0.34 | 0.20 | 156.4 | 0.77 | 0.45 |
| Hex | 1B | CD | 87 | 57 | 0 | 22 | 14 | 9C | 4D | 2D |
| Octal | 33 | 315 | 207 | 127 | 0 | 42 | 24 | 234 | 115 | 55 |
| Binary | 11011 | 11001101 | 10000111 | 1010111 | 0 | 100010 | 10100 | 10011100 | 1001101 | 101101 |
Color Harmonies of #1BCD87
Complementary color
Monochromatic Colors of #1BCD87
Black with #1BCD87
Text Example
Text Example
White with #1BCD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD87; }
p { color: rgb(27,205,135); }
H1.HeaderClassName
{
color: #1BCD87;
}
.AnyTagClassName
{
color: #1BCD87;
}
</style>
background-color css
<style>
a { background-color: #1BCD87; }
a { background-color: rgb(27,205,135); }
div.DivClassName
{
background-color: #1BCD87;
}
.BgClassName
{
background-color: #1BCD87;
}
</style>
border-color css
<style>
span { border-color: #1BCD87; }
span { border-color: rgb(27,205,135); }
td.TdClassName
{
border-color: #1BCD87;
}
.TagClassName
{
border-color: #1BCD87;
}
</style>