Shades of Mountain Meadow #1CA988
Tints of Mountain Meadow #1CA988
RGB
CMYK
RGB Variations
Color information
#1CA988 (or 0x1CA988) is known color: Mountain Meadow. HEX triplet: 1C, A9 and 88. RGB value is (28,169,136). Sum of RGB (Red+Green+Blue) = 28+169+136=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA988 is #E35677. Grayscale: #7B7B7B. Windows color (decimal): -14898808 or 8956188. OLE color: 8956188.
HSL color Cylindrical-coordinate representation of color #1CA988: hue angle of 165.96º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA988 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 169 | 136 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.34 |
| HSL | 165.96º | 0.72% | 0.39% | - |
| HSV(B) | 165.96º | 0.83% | 0.66% | - |
| XYZ | 19.11 | 30.4 | 28.15 | - |
| YUV | 123.08 | 135.29 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 169 | 136 | 0.83 | 0 | 0.20 | 0.34 | 165.96 | 0.72 | 0.39 |
| Hex | 1C | A9 | 88 | 53 | 0 | 14 | 22 | A6 | 48 | 27 |
| Octal | 34 | 251 | 210 | 123 | 0 | 24 | 42 | 246 | 110 | 47 |
| Binary | 11100 | 10101001 | 10001000 | 1010011 | 0 | 10100 | 100010 | 10100110 | 1001000 | 100111 |
Color Harmonies of #1CA988
Complementary color
Monochromatic Colors of #1CA988
Black with #1CA988
Text Example
Text Example
White with #1CA988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA988; }
p { color: rgb(28,169,136); }
H1.HeaderClassName
{
color: #1CA988;
}
.AnyTagClassName
{
color: #1CA988;
}
</style>
background-color css
<style>
a { background-color: #1CA988; }
a { background-color: rgb(28,169,136); }
div.DivClassName
{
background-color: #1CA988;
}
.BgClassName
{
background-color: #1CA988;
}
</style>
border-color css
<style>
span { border-color: #1CA988; }
span { border-color: rgb(28,169,136); }
td.TdClassName
{
border-color: #1CA988;
}
.TagClassName
{
border-color: #1CA988;
}
</style>