Shades of Mountain Meadow #1BCD88
Tints of Mountain Meadow #1BCD88
RGB
CMYK
RGB Variations
Color information
#1BCD88 (or 0x1BCD88) is known color: Mountain Meadow. HEX triplet: 1B, CD and 88. RGB value is (27,205,136). Sum of RGB (Red+Green+Blue) = 27+205+136=368 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.34% from 368); Green value is 205 (80.47% from 255 or 55.71% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCD88 is #E43277. Grayscale: #909090. Windows color (decimal): -14955128 or 8965403. OLE color: 8965403.
HSL color Cylindrical-coordinate representation of color #1BCD88: hue angle of 156.74º 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 #1BCD88 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 136 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.20 |
| HSL | 156.74º | 0.77% | 0.45% | - |
| HSV(B) | 156.74º | 0.87% | 0.8% | - |
| XYZ | 26.73 | 45.67 | 30.7 | - |
| YUV | 143.91 | 123.53 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 136 | 0.87 | 0 | 0.34 | 0.20 | 156.74 | 0.77 | 0.45 |
| Hex | 1B | CD | 88 | 57 | 0 | 22 | 14 | 9D | 4D | 2D |
| Octal | 33 | 315 | 210 | 127 | 0 | 42 | 24 | 235 | 115 | 55 |
| Binary | 11011 | 11001101 | 10001000 | 1010111 | 0 | 100010 | 10100 | 10011101 | 1001101 | 101101 |
Color Harmonies of #1BCD88
Complementary color
Monochromatic Colors of #1BCD88
Black with #1BCD88
Text Example
Text Example
White with #1BCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD88; }
p { color: rgb(27,205,136); }
H1.HeaderClassName
{
color: #1BCD88;
}
.AnyTagClassName
{
color: #1BCD88;
}
</style>
background-color css
<style>
a { background-color: #1BCD88; }
a { background-color: rgb(27,205,136); }
div.DivClassName
{
background-color: #1BCD88;
}
.BgClassName
{
background-color: #1BCD88;
}
</style>
border-color css
<style>
span { border-color: #1BCD88; }
span { border-color: rgb(27,205,136); }
td.TdClassName
{
border-color: #1BCD88;
}
.TagClassName
{
border-color: #1BCD88;
}
</style>