Shades of Mountain Meadow #1CAA7E
Tints of Mountain Meadow #1CAA7E
RGB
CMYK
RGB Variations
Color information
#1CAA7E (or 0x1CAA7E) is known color: Mountain Meadow. HEX triplet: 1C, AA and 7E. RGB value is (28,170,126). Sum of RGB (Red+Green+Blue) = 28+170+126=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA7E is #E35581. Grayscale: #7A7A7A. Windows color (decimal): -14898562 or 8301084. OLE color: 8301084.
HSL color Cylindrical-coordinate representation of color #1CAA7E: hue angle of 161.41º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA7E is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 126 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.33 |
| HSL | 161.41º | 0.72% | 0.39% | - |
| HSV(B) | 161.41º | 0.84% | 0.67% | - |
| XYZ | 18.62 | 30.5 | 24.64 | - |
| YUV | 122.53 | 129.96 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 126 | 0.84 | 0 | 0.26 | 0.33 | 161.41 | 0.72 | 0.39 |
| Hex | 1C | AA | 7E | 54 | 0 | 1A | 21 | A1 | 48 | 27 |
| Octal | 34 | 252 | 176 | 124 | 0 | 32 | 41 | 241 | 110 | 47 |
| Binary | 11100 | 10101010 | 1111110 | 1010100 | 0 | 11010 | 100001 | 10100001 | 1001000 | 100111 |
Color Harmonies of #1CAA7E
Complementary color
Monochromatic Colors of #1CAA7E
Black with #1CAA7E
Text Example
Text Example
White with #1CAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA7E; }
p { color: rgb(28,170,126); }
H1.HeaderClassName
{
color: #1CAA7E;
}
.AnyTagClassName
{
color: #1CAA7E;
}
</style>
background-color css
<style>
a { background-color: #1CAA7E; }
a { background-color: rgb(28,170,126); }
div.DivClassName
{
background-color: #1CAA7E;
}
.BgClassName
{
background-color: #1CAA7E;
}
</style>
border-color css
<style>
span { border-color: #1CAA7E; }
span { border-color: rgb(28,170,126); }
td.TdClassName
{
border-color: #1CAA7E;
}
.TagClassName
{
border-color: #1CAA7E;
}
</style>