Shades of Elm #1C887A
Tints of Elm #1C887A
RGB
CMYK
RGB Variations
Color information
#1C887A (or 0x1C887A) is known color: Elm. HEX triplet: 1C, 88 and 7A. RGB value is (28,136,122). Sum of RGB (Red+Green+Blue) = 28+136+122=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #1C887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C887A is #E37785. Grayscale: #666666. Windows color (decimal): -14907270 or 8030236. OLE color: 8030236.
HSL color Cylindrical-coordinate representation of color #1C887A: hue angle of 172.22º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C887A is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 136 | 122 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.47 |
| HSL | 172.22º | 0.66% | 0.32% | - |
| HSV(B) | 172.22º | 0.79% | 0.53% | - |
| XYZ | 12.8 | 19.26 | 21.46 | - |
| YUV | 102.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 136 | 122 | 0.79 | 0 | 0.10 | 0.47 | 172.22 | 0.66 | 0.32 |
| Hex | 1C | 88 | 7A | 4F | 0 | A | 2F | AC | 42 | 20 |
| Octal | 34 | 210 | 172 | 117 | 0 | 12 | 57 | 254 | 102 | 40 |
| Binary | 11100 | 10001000 | 1111010 | 1001111 | 0 | 1010 | 101111 | 10101100 | 1000010 | 100000 |
Color Harmonies of #1C887A
Complementary color
Monochromatic Colors of #1C887A
Black with #1C887A
Text Example
Text Example
White with #1C887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C887A; }
p { color: rgb(28,136,122); }
H1.HeaderClassName
{
color: #1C887A;
}
.AnyTagClassName
{
color: #1C887A;
}
</style>
background-color css
<style>
a { background-color: #1C887A; }
a { background-color: rgb(28,136,122); }
div.DivClassName
{
background-color: #1C887A;
}
.BgClassName
{
background-color: #1C887A;
}
</style>
border-color css
<style>
span { border-color: #1C887A; }
span { border-color: rgb(28,136,122); }
td.TdClassName
{
border-color: #1C887A;
}
.TagClassName
{
border-color: #1C887A;
}
</style>