Shades of Mountain Meadow #1CB493
Tints of Mountain Meadow #1CB493
RGB
CMYK
RGB Variations
Color information
#1CB493 (or 0x1CB493) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 93. RGB value is (28,180,147). Sum of RGB (Red+Green+Blue) = 28+180+147=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB493 is #E34B6C. Grayscale: #828282. Windows color (decimal): -14895981 or 9679900. OLE color: 9679900.
HSL color Cylindrical-coordinate representation of color #1CB493: hue angle of 166.97º 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 #1CB493 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 180 | 147 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.29 |
| HSL | 166.97º | 0.73% | 0.41% | - |
| HSV(B) | 166.97º | 0.84% | 0.71% | - |
| XYZ | 22.07 | 35 | 33.2 | - |
| YUV | 130.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 147 | 0.84 | 0 | 0.18 | 0.29 | 166.97 | 0.73 | 0.41 |
| Hex | 1C | B4 | 93 | 54 | 0 | 12 | 1D | A7 | 49 | 29 |
| Octal | 34 | 264 | 223 | 124 | 0 | 22 | 35 | 247 | 111 | 51 |
| Binary | 11100 | 10110100 | 10010011 | 1010100 | 0 | 10010 | 11101 | 10100111 | 1001001 | 101001 |
Color Harmonies of #1CB493
Complementary color
Monochromatic Colors of #1CB493
Black with #1CB493
Text Example
Text Example
White with #1CB493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB493; }
p { color: rgb(28,180,147); }
H1.HeaderClassName
{
color: #1CB493;
}
.AnyTagClassName
{
color: #1CB493;
}
</style>
background-color css
<style>
a { background-color: #1CB493; }
a { background-color: rgb(28,180,147); }
div.DivClassName
{
background-color: #1CB493;
}
.BgClassName
{
background-color: #1CB493;
}
</style>
border-color css
<style>
span { border-color: #1CB493; }
span { border-color: rgb(28,180,147); }
td.TdClassName
{
border-color: #1CB493;
}
.TagClassName
{
border-color: #1CB493;
}
</style>