Shades of Mountain Meadow #1CAF7E
Tints of Mountain Meadow #1CAF7E
RGB
CMYK
RGB Variations
Color information
#1CAF7E (or 0x1CAF7E) is known color: Mountain Meadow. HEX triplet: 1C, AF and 7E. RGB value is (28,175,126). Sum of RGB (Red+Green+Blue) = 28+175+126=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF7E is #E35081. Grayscale: #7D7D7D. Windows color (decimal): -14897282 or 8302364. OLE color: 8302364.
HSL color Cylindrical-coordinate representation of color #1CAF7E: hue angle of 160º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF7E is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 126 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.31 |
| HSL | 160º | 0.72% | 0.4% | - |
| HSV(B) | 160º | 0.84% | 0.69% | - |
| XYZ | 19.57 | 32.41 | 24.96 | - |
| YUV | 125.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 126 | 0.84 | 0 | 0.28 | 0.31 | 160 | 0.72 | 0.4 |
| Hex | 1C | AF | 7E | 54 | 0 | 1C | 1F | A0 | 48 | 28 |
| Octal | 34 | 257 | 176 | 124 | 0 | 34 | 37 | 240 | 110 | 50 |
| Binary | 11100 | 10101111 | 1111110 | 1010100 | 0 | 11100 | 11111 | 10100000 | 1001000 | 101000 |
Color Harmonies of #1CAF7E
Complementary color
Monochromatic Colors of #1CAF7E
Black with #1CAF7E
Text Example
Text Example
White with #1CAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF7E; }
p { color: rgb(28,175,126); }
H1.HeaderClassName
{
color: #1CAF7E;
}
.AnyTagClassName
{
color: #1CAF7E;
}
</style>
background-color css
<style>
a { background-color: #1CAF7E; }
a { background-color: rgb(28,175,126); }
div.DivClassName
{
background-color: #1CAF7E;
}
.BgClassName
{
background-color: #1CAF7E;
}
</style>
border-color css
<style>
span { border-color: #1CAF7E; }
span { border-color: rgb(28,175,126); }
td.TdClassName
{
border-color: #1CAF7E;
}
.TagClassName
{
border-color: #1CAF7E;
}
</style>