Shades of Mountain Meadow #1CAF7B
Tints of Mountain Meadow #1CAF7B
RGB
CMYK
RGB Variations
Color information
#1CAF7B (or 0x1CAF7B) is known color: Mountain Meadow. HEX triplet: 1C, AF and 7B. RGB value is (28,175,123). Sum of RGB (Red+Green+Blue) = 28+175+123=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF7B is #E35084. Grayscale: #7D7D7D. Windows color (decimal): -14897285 or 8105756. OLE color: 8105756.
HSL color Cylindrical-coordinate representation of color #1CAF7B: hue angle of 158.78º 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 #1CAF7B is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 123 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.31 |
| HSL | 158.78º | 0.72% | 0.4% | - |
| HSV(B) | 158.78º | 0.84% | 0.69% | - |
| XYZ | 19.38 | 32.34 | 23.96 | - |
| YUV | 125.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 123 | 0.84 | 0 | 0.30 | 0.31 | 158.78 | 0.72 | 0.4 |
| Hex | 1C | AF | 7B | 54 | 0 | 1E | 1F | 9F | 48 | 28 |
| Octal | 34 | 257 | 173 | 124 | 0 | 36 | 37 | 237 | 110 | 50 |
| Binary | 11100 | 10101111 | 1111011 | 1010100 | 0 | 11110 | 11111 | 10011111 | 1001000 | 101000 |
Color Harmonies of #1CAF7B
Complementary color
Monochromatic Colors of #1CAF7B
Black with #1CAF7B
Text Example
Text Example
White with #1CAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF7B; }
p { color: rgb(28,175,123); }
H1.HeaderClassName
{
color: #1CAF7B;
}
.AnyTagClassName
{
color: #1CAF7B;
}
</style>
background-color css
<style>
a { background-color: #1CAF7B; }
a { background-color: rgb(28,175,123); }
div.DivClassName
{
background-color: #1CAF7B;
}
.BgClassName
{
background-color: #1CAF7B;
}
</style>
border-color css
<style>
span { border-color: #1CAF7B; }
span { border-color: rgb(28,175,123); }
td.TdClassName
{
border-color: #1CAF7B;
}
.TagClassName
{
border-color: #1CAF7B;
}
</style>