Shades of Mountain Meadow #1CAA7B
Tints of Mountain Meadow #1CAA7B
RGB
CMYK
RGB Variations
Color information
#1CAA7B (or 0x1CAA7B) is known color: Mountain Meadow. HEX triplet: 1C, AA and 7B. RGB value is (28,170,123). Sum of RGB (Red+Green+Blue) = 28+170+123=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA7B is #E35584. Grayscale: #7A7A7A. Windows color (decimal): -14898565 or 8104476. OLE color: 8104476.
HSL color Cylindrical-coordinate representation of color #1CAA7B: hue angle of 160.14º 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 #1CAA7B is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 123 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.33 |
| HSL | 160.14º | 0.72% | 0.39% | - |
| HSV(B) | 160.14º | 0.84% | 0.67% | - |
| XYZ | 18.43 | 30.43 | 23.64 | - |
| YUV | 122.18 | 128.46 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 123 | 0.84 | 0 | 0.28 | 0.33 | 160.14 | 0.72 | 0.39 |
| Hex | 1C | AA | 7B | 54 | 0 | 1C | 21 | A0 | 48 | 27 |
| Octal | 34 | 252 | 173 | 124 | 0 | 34 | 41 | 240 | 110 | 47 |
| Binary | 11100 | 10101010 | 1111011 | 1010100 | 0 | 11100 | 100001 | 10100000 | 1001000 | 100111 |
Color Harmonies of #1CAA7B
Complementary color
Monochromatic Colors of #1CAA7B
Black with #1CAA7B
Text Example
Text Example
White with #1CAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA7B; }
p { color: rgb(28,170,123); }
H1.HeaderClassName
{
color: #1CAA7B;
}
.AnyTagClassName
{
color: #1CAA7B;
}
</style>
background-color css
<style>
a { background-color: #1CAA7B; }
a { background-color: rgb(28,170,123); }
div.DivClassName
{
background-color: #1CAA7B;
}
.BgClassName
{
background-color: #1CAA7B;
}
</style>
border-color css
<style>
span { border-color: #1CAA7B; }
span { border-color: rgb(28,170,123); }
td.TdClassName
{
border-color: #1CAA7B;
}
.TagClassName
{
border-color: #1CAA7B;
}
</style>