Shades of Elm #18857E
Tints of Elm #18857E
RGB
CMYK
RGB Variations
Color information
#18857E (or 0x18857E) is known color: Elm. HEX triplet: 18, 85 and 7E. RGB value is (24,133,126). Sum of RGB (Red+Green+Blue) = 24+133+126=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #18857E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18857E is #E77A81. Grayscale: #636363. Windows color (decimal): -15170178 or 8291608. OLE color: 8291608.
HSL color Cylindrical-coordinate representation of color #18857E: hue angle of 176.15º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18857E is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 126 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.48 |
| HSL | 176.15º | 0.69% | 0.31% | - |
| HSV(B) | 176.15º | 0.82% | 0.52% | - |
| XYZ | 12.53 | 18.48 | 22.64 | - |
| YUV | 99.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 126 | 0.82 | 0 | 0.05 | 0.48 | 176.15 | 0.69 | 0.31 |
| Hex | 18 | 85 | 7E | 52 | 0 | 5 | 30 | B0 | 45 | 1F |
| Octal | 30 | 205 | 176 | 122 | 0 | 5 | 60 | 260 | 105 | 37 |
| Binary | 11000 | 10000101 | 1111110 | 1010010 | 0 | 101 | 110000 | 10110000 | 1000101 | 11111 |
Color Harmonies of #18857E
Complementary color
Monochromatic Colors of #18857E
Black with #18857E
Text Example
Text Example
White with #18857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18857E; }
p { color: rgb(24,133,126); }
H1.HeaderClassName
{
color: #18857E;
}
.AnyTagClassName
{
color: #18857E;
}
</style>
background-color css
<style>
a { background-color: #18857E; }
a { background-color: rgb(24,133,126); }
div.DivClassName
{
background-color: #18857E;
}
.BgClassName
{
background-color: #18857E;
}
</style>
border-color css
<style>
span { border-color: #18857E; }
span { border-color: rgb(24,133,126); }
td.TdClassName
{
border-color: #18857E;
}
.TagClassName
{
border-color: #18857E;
}
</style>