Shades of Elm #18807E
Tints of Elm #18807E
RGB
CMYK
RGB Variations
Color information
#18807E (or 0x18807E) is known color: Elm. HEX triplet: 18, 80 and 7E. RGB value is (24,128,126). Sum of RGB (Red+Green+Blue) = 24+128+126=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #18807E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18807E is #E77F81. Grayscale: #606060. Windows color (decimal): -15171458 or 8290328. OLE color: 8290328.
HSL color Cylindrical-coordinate representation of color #18807E: hue angle of 178.85º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18807E is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 126 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.50 |
| HSL | 178.85º | 0.68% | 0.3% | - |
| HSV(B) | 178.85º | 0.81% | 0.5% | - |
| XYZ | 11.86 | 17.14 | 22.42 | - |
| YUV | 96.68 | 144.54 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 126 | 0.81 | 0 | 0.02 | 0.50 | 178.85 | 0.68 | 0.3 |
| Hex | 18 | 80 | 7E | 51 | 0 | 2 | 32 | B3 | 44 | 1E |
| Octal | 30 | 200 | 176 | 121 | 0 | 2 | 62 | 263 | 104 | 36 |
| Binary | 11000 | 10000000 | 1111110 | 1010001 | 0 | 10 | 110010 | 10110011 | 1000100 | 11110 |
Color Harmonies of #18807E
Complementary color
Monochromatic Colors of #18807E
Black with #18807E
Text Example
Text Example
White with #18807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18807E; }
p { color: rgb(24,128,126); }
H1.HeaderClassName
{
color: #18807E;
}
.AnyTagClassName
{
color: #18807E;
}
</style>
background-color css
<style>
a { background-color: #18807E; }
a { background-color: rgb(24,128,126); }
div.DivClassName
{
background-color: #18807E;
}
.BgClassName
{
background-color: #18807E;
}
</style>
border-color css
<style>
span { border-color: #18807E; }
span { border-color: rgb(24,128,126); }
td.TdClassName
{
border-color: #18807E;
}
.TagClassName
{
border-color: #18807E;
}
</style>