Shades of Mountain Meadow #1CB48D
Tints of Mountain Meadow #1CB48D
RGB
CMYK
RGB Variations
Color information
#1CB48D (or 0x1CB48D) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 8D. RGB value is (28,180,141). Sum of RGB (Red+Green+Blue) = 28+180+141=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB48D is #E34B72. Grayscale: #828282. Windows color (decimal): -14895987 or 9286684. OLE color: 9286684.
HSL color Cylindrical-coordinate representation of color #1CB48D: hue angle of 164.61º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB48D is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 180 | 141 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.29 |
| HSL | 164.61º | 0.73% | 0.41% | - |
| HSV(B) | 164.61º | 0.84% | 0.71% | - |
| XYZ | 21.61 | 34.81 | 30.78 | - |
| YUV | 130.11 | 134.14 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 141 | 0.84 | 0 | 0.22 | 0.29 | 164.61 | 0.73 | 0.41 |
| Hex | 1C | B4 | 8D | 54 | 0 | 16 | 1D | A5 | 49 | 29 |
| Octal | 34 | 264 | 215 | 124 | 0 | 26 | 35 | 245 | 111 | 51 |
| Binary | 11100 | 10110100 | 10001101 | 1010100 | 0 | 10110 | 11101 | 10100101 | 1001001 | 101001 |
Color Harmonies of #1CB48D
Complementary color
Monochromatic Colors of #1CB48D
Black with #1CB48D
Text Example
Text Example
White with #1CB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB48D; }
p { color: rgb(28,180,141); }
H1.HeaderClassName
{
color: #1CB48D;
}
.AnyTagClassName
{
color: #1CB48D;
}
</style>
background-color css
<style>
a { background-color: #1CB48D; }
a { background-color: rgb(28,180,141); }
div.DivClassName
{
background-color: #1CB48D;
}
.BgClassName
{
background-color: #1CB48D;
}
</style>
border-color css
<style>
span { border-color: #1CB48D; }
span { border-color: rgb(28,180,141); }
td.TdClassName
{
border-color: #1CB48D;
}
.TagClassName
{
border-color: #1CB48D;
}
</style>