Shades of Mountain Meadow #1CBC88
Tints of Mountain Meadow #1CBC88
RGB
CMYK
RGB Variations
Color information
#1CBC88 (or 0x1CBC88) is known color: Mountain Meadow. HEX triplet: 1C, BC and 88. RGB value is (28,188,136). Sum of RGB (Red+Green+Blue) = 28+188+136=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBC88 is #E34377. Grayscale: #868686. Windows color (decimal): -14893944 or 8961052. OLE color: 8961052.
HSL color Cylindrical-coordinate representation of color #1CBC88: hue angle of 160.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC88 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 136 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.26 |
| HSL | 160.5º | 0.74% | 0.42% | - |
| HSV(B) | 160.5º | 0.85% | 0.74% | - |
| XYZ | 22.91 | 37.99 | 29.42 | - |
| YUV | 134.23 | 128.99 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 136 | 0.85 | 0 | 0.28 | 0.26 | 160.5 | 0.74 | 0.42 |
| Hex | 1C | BC | 88 | 55 | 0 | 1C | 1A | A0 | 4A | 2A |
| Octal | 34 | 274 | 210 | 125 | 0 | 34 | 32 | 240 | 112 | 52 |
| Binary | 11100 | 10111100 | 10001000 | 1010101 | 0 | 11100 | 11010 | 10100000 | 1001010 | 101010 |
Color Harmonies of #1CBC88
Complementary color
Monochromatic Colors of #1CBC88
Black with #1CBC88
Text Example
Text Example
White with #1CBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC88; }
p { color: rgb(28,188,136); }
H1.HeaderClassName
{
color: #1CBC88;
}
.AnyTagClassName
{
color: #1CBC88;
}
</style>
background-color css
<style>
a { background-color: #1CBC88; }
a { background-color: rgb(28,188,136); }
div.DivClassName
{
background-color: #1CBC88;
}
.BgClassName
{
background-color: #1CBC88;
}
</style>
border-color css
<style>
span { border-color: #1CBC88; }
span { border-color: rgb(28,188,136); }
td.TdClassName
{
border-color: #1CBC88;
}
.TagClassName
{
border-color: #1CBC88;
}
</style>