Shades of Mountain Meadow #1CB48A
Tints of Mountain Meadow #1CB48A
RGB
CMYK
RGB Variations
Color information
#1CB48A (or 0x1CB48A) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 8A. RGB value is (28,180,138). Sum of RGB (Red+Green+Blue) = 28+180+138=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB48A is #E34B75. Grayscale: #818181. Windows color (decimal): -14895990 or 9090076. OLE color: 9090076.
HSL color Cylindrical-coordinate representation of color #1CB48A: hue angle of 163.42º 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 #1CB48A is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 180 | 138 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.29 |
| HSL | 163.42º | 0.73% | 0.41% | - |
| HSV(B) | 163.42º | 0.84% | 0.71% | - |
| XYZ | 21.39 | 34.72 | 29.62 | - |
| YUV | 129.76 | 132.64 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 138 | 0.84 | 0 | 0.23 | 0.29 | 163.42 | 0.73 | 0.41 |
| Hex | 1C | B4 | 8A | 54 | 0 | 17 | 1D | A3 | 49 | 29 |
| Octal | 34 | 264 | 212 | 124 | 0 | 27 | 35 | 243 | 111 | 51 |
| Binary | 11100 | 10110100 | 10001010 | 1010100 | 0 | 10111 | 11101 | 10100011 | 1001001 | 101001 |
Color Harmonies of #1CB48A
Complementary color
Monochromatic Colors of #1CB48A
Black with #1CB48A
Text Example
Text Example
White with #1CB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB48A; }
p { color: rgb(28,180,138); }
H1.HeaderClassName
{
color: #1CB48A;
}
.AnyTagClassName
{
color: #1CB48A;
}
</style>
background-color css
<style>
a { background-color: #1CB48A; }
a { background-color: rgb(28,180,138); }
div.DivClassName
{
background-color: #1CB48A;
}
.BgClassName
{
background-color: #1CB48A;
}
</style>
border-color css
<style>
span { border-color: #1CB48A; }
span { border-color: rgb(28,180,138); }
td.TdClassName
{
border-color: #1CB48A;
}
.TagClassName
{
border-color: #1CB48A;
}
</style>