Shades of Elm #187870
Tints of Elm #187870
RGB
CMYK
RGB Variations
Color information
#187870 (or 0x187870) is known color: Elm. HEX triplet: 18, 78 and 70. RGB value is (24,120,112). Sum of RGB (Red+Green+Blue) = 24+120+112=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #187870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187870 is #E7878F. Grayscale: #5A5A5A. Windows color (decimal): -15173520 or 7370776. OLE color: 7370776.
HSL color Cylindrical-coordinate representation of color #187870: hue angle of 175º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187870 is Cyan = 0.8, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 120 | 112 | - |
| CMYK | 0.8 | 0 | 0.07 | 0.53 |
| HSL | 175º | 0.67% | 0.28% | - |
| HSV(B) | 175º | 0.8% | 0.47% | - |
| XYZ | 10.02 | 14.8 | 17.66 | - |
| YUV | 90.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 112 | 0.8 | 0 | 0.07 | 0.53 | 175 | 0.67 | 0.28 |
| Hex | 18 | 78 | 70 | 50 | 0 | 7 | 35 | AF | 43 | 1C |
| Octal | 30 | 170 | 160 | 120 | 0 | 7 | 65 | 257 | 103 | 34 |
| Binary | 11000 | 1111000 | 1110000 | 1010000 | 0 | 111 | 110101 | 10101111 | 1000011 | 11100 |
Color Harmonies of #187870
Complementary color
Monochromatic Colors of #187870
Black with #187870
Text Example
Text Example
White with #187870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187870; }
p { color: rgb(24,120,112); }
H1.HeaderClassName
{
color: #187870;
}
.AnyTagClassName
{
color: #187870;
}
</style>
background-color css
<style>
a { background-color: #187870; }
a { background-color: rgb(24,120,112); }
div.DivClassName
{
background-color: #187870;
}
.BgClassName
{
background-color: #187870;
}
</style>
border-color css
<style>
span { border-color: #187870; }
span { border-color: rgb(24,120,112); }
td.TdClassName
{
border-color: #187870;
}
.TagClassName
{
border-color: #187870;
}
</style>