Shades of Mountain Meadow #1CBA88
Tints of Mountain Meadow #1CBA88
RGB
CMYK
RGB Variations
Color information
#1CBA88 (or 0x1CBA88) is known color: Mountain Meadow. HEX triplet: 1C, BA and 88. RGB value is (28,186,136). Sum of RGB (Red+Green+Blue) = 28+186+136=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBA88 is #E34577. Grayscale: #858585. Windows color (decimal): -14894456 or 8960540. OLE color: 8960540.
HSL color Cylindrical-coordinate representation of color #1CBA88: hue angle of 161.01º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA88 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 136 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.27 |
| HSL | 161.01º | 0.74% | 0.42% | - |
| HSV(B) | 161.01º | 0.85% | 0.73% | - |
| XYZ | 22.48 | 37.14 | 29.28 | - |
| YUV | 133.06 | 129.65 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 136 | 0.85 | 0 | 0.27 | 0.27 | 161.01 | 0.74 | 0.42 |
| Hex | 1C | BA | 88 | 55 | 0 | 1B | 1B | A1 | 4A | 2A |
| Octal | 34 | 272 | 210 | 125 | 0 | 33 | 33 | 241 | 112 | 52 |
| Binary | 11100 | 10111010 | 10001000 | 1010101 | 0 | 11011 | 11011 | 10100001 | 1001010 | 101010 |
Color Harmonies of #1CBA88
Complementary color
Monochromatic Colors of #1CBA88
Black with #1CBA88
Text Example
Text Example
White with #1CBA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA88; }
p { color: rgb(28,186,136); }
H1.HeaderClassName
{
color: #1CBA88;
}
.AnyTagClassName
{
color: #1CBA88;
}
</style>
background-color css
<style>
a { background-color: #1CBA88; }
a { background-color: rgb(28,186,136); }
div.DivClassName
{
background-color: #1CBA88;
}
.BgClassName
{
background-color: #1CBA88;
}
</style>
border-color css
<style>
span { border-color: #1CBA88; }
span { border-color: rgb(28,186,136); }
td.TdClassName
{
border-color: #1CBA88;
}
.TagClassName
{
border-color: #1CBA88;
}
</style>