Shades of Mountain Meadow #1CB88B
Tints of Mountain Meadow #1CB88B
RGB
CMYK
RGB Variations
Color information
#1CB88B (or 0x1CB88B) is known color: Mountain Meadow. HEX triplet: 1C, B8 and 8B. RGB value is (28,184,139). Sum of RGB (Red+Green+Blue) = 28+184+139=351 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.98% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB88B is #E34774. Grayscale: #848484. Windows color (decimal): -14894965 or 9156636. OLE color: 9156636.
HSL color Cylindrical-coordinate representation of color #1CB88B: hue angle of 162.69º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB88B is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 184 | 139 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.28 |
| HSL | 162.69º | 0.74% | 0.42% | - |
| HSV(B) | 162.69º | 0.85% | 0.72% | - |
| XYZ | 22.28 | 36.39 | 30.28 | - |
| YUV | 132.23 | 131.82 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 184 | 139 | 0.85 | 0 | 0.24 | 0.28 | 162.69 | 0.74 | 0.42 |
| Hex | 1C | B8 | 8B | 55 | 0 | 18 | 1C | A3 | 4A | 2A |
| Octal | 34 | 270 | 213 | 125 | 0 | 30 | 34 | 243 | 112 | 52 |
| Binary | 11100 | 10111000 | 10001011 | 1010101 | 0 | 11000 | 11100 | 10100011 | 1001010 | 101010 |
Color Harmonies of #1CB88B
Complementary color
Monochromatic Colors of #1CB88B
Black with #1CB88B
Text Example
Text Example
White with #1CB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB88B; }
p { color: rgb(28,184,139); }
H1.HeaderClassName
{
color: #1CB88B;
}
.AnyTagClassName
{
color: #1CB88B;
}
</style>
background-color css
<style>
a { background-color: #1CB88B; }
a { background-color: rgb(28,184,139); }
div.DivClassName
{
background-color: #1CB88B;
}
.BgClassName
{
background-color: #1CB88B;
}
</style>
border-color css
<style>
span { border-color: #1CB88B; }
span { border-color: rgb(28,184,139); }
td.TdClassName
{
border-color: #1CB88B;
}
.TagClassName
{
border-color: #1CB88B;
}
</style>