Shades of Mountain Meadow #1CAC88
Tints of Mountain Meadow #1CAC88
RGB
CMYK
RGB Variations
Color information
#1CAC88 (or 0x1CAC88) is known color: Mountain Meadow. HEX triplet: 1C, AC and 88. RGB value is (28,172,136). Sum of RGB (Red+Green+Blue) = 28+172+136=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAC88 is #E35377. Grayscale: #7C7C7C. Windows color (decimal): -14898040 or 8956956. OLE color: 8956956.
HSL color Cylindrical-coordinate representation of color #1CAC88: hue angle of 165º 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 #1CAC88 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 136 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.33 |
| HSL | 165º | 0.72% | 0.39% | - |
| HSV(B) | 165º | 0.84% | 0.67% | - |
| XYZ | 19.68 | 31.53 | 28.34 | - |
| YUV | 124.84 | 134.29 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 136 | 0.84 | 0 | 0.21 | 0.33 | 165 | 0.72 | 0.39 |
| Hex | 1C | AC | 88 | 54 | 0 | 15 | 21 | A5 | 48 | 27 |
| Octal | 34 | 254 | 210 | 124 | 0 | 25 | 41 | 245 | 110 | 47 |
| Binary | 11100 | 10101100 | 10001000 | 1010100 | 0 | 10101 | 100001 | 10100101 | 1001000 | 100111 |
Color Harmonies of #1CAC88
Complementary color
Monochromatic Colors of #1CAC88
Black with #1CAC88
Text Example
Text Example
White with #1CAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC88; }
p { color: rgb(28,172,136); }
H1.HeaderClassName
{
color: #1CAC88;
}
.AnyTagClassName
{
color: #1CAC88;
}
</style>
background-color css
<style>
a { background-color: #1CAC88; }
a { background-color: rgb(28,172,136); }
div.DivClassName
{
background-color: #1CAC88;
}
.BgClassName
{
background-color: #1CAC88;
}
</style>
border-color css
<style>
span { border-color: #1CAC88; }
span { border-color: rgb(28,172,136); }
td.TdClassName
{
border-color: #1CAC88;
}
.TagClassName
{
border-color: #1CAC88;
}
</style>