Shades of Elm #18857C
Tints of Elm #18857C
RGB
CMYK
RGB Variations
Color information
#18857C (or 0x18857C) is known color: Elm. HEX triplet: 18, 85 and 7C. RGB value is (24,133,124). Sum of RGB (Red+Green+Blue) = 24+133+124=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #18857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18857C is #E77A83. Grayscale: #636363. Windows color (decimal): -15170180 or 8160536. OLE color: 8160536.
HSL color Cylindrical-coordinate representation of color #18857C: hue angle of 175.05º 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 #18857C is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 124 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.48 |
| HSL | 175.05º | 0.69% | 0.31% | - |
| HSV(B) | 175.05º | 0.82% | 0.52% | - |
| XYZ | 12.4 | 18.42 | 21.97 | - |
| YUV | 99.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 124 | 0.82 | 0 | 0.07 | 0.48 | 175.05 | 0.69 | 0.31 |
| Hex | 18 | 85 | 7C | 52 | 0 | 7 | 30 | AF | 45 | 1F |
| Octal | 30 | 205 | 174 | 122 | 0 | 7 | 60 | 257 | 105 | 37 |
| Binary | 11000 | 10000101 | 1111100 | 1010010 | 0 | 111 | 110000 | 10101111 | 1000101 | 11111 |
Color Harmonies of #18857C
Complementary color
Monochromatic Colors of #18857C
Black with #18857C
Text Example
Text Example
White with #18857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18857C; }
p { color: rgb(24,133,124); }
H1.HeaderClassName
{
color: #18857C;
}
.AnyTagClassName
{
color: #18857C;
}
</style>
background-color css
<style>
a { background-color: #18857C; }
a { background-color: rgb(24,133,124); }
div.DivClassName
{
background-color: #18857C;
}
.BgClassName
{
background-color: #18857C;
}
</style>
border-color css
<style>
span { border-color: #18857C; }
span { border-color: rgb(24,133,124); }
td.TdClassName
{
border-color: #18857C;
}
.TagClassName
{
border-color: #18857C;
}
</style>