Shades of Mountain Meadow #1CAD7B
Tints of Mountain Meadow #1CAD7B
RGB
CMYK
RGB Variations
Color information
#1CAD7B (or 0x1CAD7B) is known color: Mountain Meadow. HEX triplet: 1C, AD and 7B. RGB value is (28,173,123). Sum of RGB (Red+Green+Blue) = 28+173+123=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAD7B is #E35284. Grayscale: #7C7C7C. Windows color (decimal): -14897797 or 8105244. OLE color: 8105244.
HSL color Cylindrical-coordinate representation of color #1CAD7B: hue angle of 159.31º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAD7B is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 173 | 123 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.32 |
| HSL | 159.31º | 0.72% | 0.39% | - |
| HSV(B) | 159.31º | 0.84% | 0.68% | - |
| XYZ | 19 | 31.56 | 23.83 | - |
| YUV | 123.95 | 127.46 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 123 | 0.84 | 0 | 0.29 | 0.32 | 159.31 | 0.72 | 0.39 |
| Hex | 1C | AD | 7B | 54 | 0 | 1D | 20 | 9F | 48 | 27 |
| Octal | 34 | 255 | 173 | 124 | 0 | 35 | 40 | 237 | 110 | 47 |
| Binary | 11100 | 10101101 | 1111011 | 1010100 | 0 | 11101 | 100000 | 10011111 | 1001000 | 100111 |
Color Harmonies of #1CAD7B
Complementary color
Monochromatic Colors of #1CAD7B
Black with #1CAD7B
Text Example
Text Example
White with #1CAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAD7B; }
p { color: rgb(28,173,123); }
H1.HeaderClassName
{
color: #1CAD7B;
}
.AnyTagClassName
{
color: #1CAD7B;
}
</style>
background-color css
<style>
a { background-color: #1CAD7B; }
a { background-color: rgb(28,173,123); }
div.DivClassName
{
background-color: #1CAD7B;
}
.BgClassName
{
background-color: #1CAD7B;
}
</style>
border-color css
<style>
span { border-color: #1CAD7B; }
span { border-color: rgb(28,173,123); }
td.TdClassName
{
border-color: #1CAD7B;
}
.TagClassName
{
border-color: #1CAD7B;
}
</style>