Shades of Elm #1C847E
Tints of Elm #1C847E
RGB
CMYK
RGB Variations
Color information
#1C847E (or 0x1C847E) is known color: Elm. HEX triplet: 1C, 84 and 7E. RGB value is (28,132,126). Sum of RGB (Red+Green+Blue) = 28+132+126=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #1C847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C847E is #E37B81. Grayscale: #646464. Windows color (decimal): -14908290 or 8291356. OLE color: 8291356.
HSL color Cylindrical-coordinate representation of color #1C847E: hue angle of 176.54º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C847E is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 132 | 126 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.48 |
| HSL | 176.54º | 0.65% | 0.31% | - |
| HSV(B) | 176.54º | 0.79% | 0.52% | - |
| XYZ | 12.5 | 18.26 | 22.6 | - |
| YUV | 100.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 126 | 0.79 | 0 | 0.05 | 0.48 | 176.54 | 0.65 | 0.31 |
| Hex | 1C | 84 | 7E | 4F | 0 | 5 | 30 | B1 | 41 | 1F |
| Octal | 34 | 204 | 176 | 117 | 0 | 5 | 60 | 261 | 101 | 37 |
| Binary | 11100 | 10000100 | 1111110 | 1001111 | 0 | 101 | 110000 | 10110001 | 1000001 | 11111 |
Color Harmonies of #1C847E
Complementary color
Monochromatic Colors of #1C847E
Black with #1C847E
Text Example
Text Example
White with #1C847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C847E; }
p { color: rgb(28,132,126); }
H1.HeaderClassName
{
color: #1C847E;
}
.AnyTagClassName
{
color: #1C847E;
}
</style>
background-color css
<style>
a { background-color: #1C847E; }
a { background-color: rgb(28,132,126); }
div.DivClassName
{
background-color: #1C847E;
}
.BgClassName
{
background-color: #1C847E;
}
</style>
border-color css
<style>
span { border-color: #1C847E; }
span { border-color: rgb(28,132,126); }
td.TdClassName
{
border-color: #1C847E;
}
.TagClassName
{
border-color: #1C847E;
}
</style>