Shades of Elm #18847F
Tints of Elm #18847F
RGB
CMYK
RGB Variations
Color information
#18847F (or 0x18847F) is known color: Elm. HEX triplet: 18, 84 and 7F. RGB value is (24,132,127). Sum of RGB (Red+Green+Blue) = 24+132+127=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #18847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18847F is #E77B80. Grayscale: #636363. Windows color (decimal): -15170433 or 8356888. OLE color: 8356888.
HSL color Cylindrical-coordinate representation of color #18847F: hue angle of 177.22º 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 #18847F is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 127 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.48 |
| HSL | 177.22º | 0.69% | 0.31% | - |
| HSV(B) | 177.22º | 0.82% | 0.52% | - |
| XYZ | 12.46 | 18.23 | 22.94 | - |
| YUV | 99.14 | 143.72 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 127 | 0.82 | 0 | 0.04 | 0.48 | 177.22 | 0.69 | 0.31 |
| Hex | 18 | 84 | 7F | 52 | 0 | 4 | 30 | B1 | 45 | 1F |
| Octal | 30 | 204 | 177 | 122 | 0 | 4 | 60 | 261 | 105 | 37 |
| Binary | 11000 | 10000100 | 1111111 | 1010010 | 0 | 100 | 110000 | 10110001 | 1000101 | 11111 |
Color Harmonies of #18847F
Complementary color
Monochromatic Colors of #18847F
Black with #18847F
Text Example
Text Example
White with #18847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18847F; }
p { color: rgb(24,132,127); }
H1.HeaderClassName
{
color: #18847F;
}
.AnyTagClassName
{
color: #18847F;
}
</style>
background-color css
<style>
a { background-color: #18847F; }
a { background-color: rgb(24,132,127); }
div.DivClassName
{
background-color: #18847F;
}
.BgClassName
{
background-color: #18847F;
}
</style>
border-color css
<style>
span { border-color: #18847F; }
span { border-color: rgb(24,132,127); }
td.TdClassName
{
border-color: #18847F;
}
.TagClassName
{
border-color: #18847F;
}
</style>