Shades of Elm #18887E
Tints of Elm #18887E
RGB
CMYK
RGB Variations
Color information
#18887E (or 0x18887E) is known color: Elm. HEX triplet: 18, 88 and 7E. RGB value is (24,136,126). Sum of RGB (Red+Green+Blue) = 24+136+126=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #18887E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18887E is #E77781. Grayscale: #656565. Windows color (decimal): -15169410 or 8292376. OLE color: 8292376.
HSL color Cylindrical-coordinate representation of color #18887E: hue angle of 174.64º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18887E is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 126 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.47 |
| HSL | 174.64º | 0.7% | 0.31% | - |
| HSV(B) | 174.64º | 0.82% | 0.53% | - |
| XYZ | 12.95 | 19.31 | 22.78 | - |
| YUV | 101.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 126 | 0.82 | 0 | 0.07 | 0.47 | 174.64 | 0.7 | 0.31 |
| Hex | 18 | 88 | 7E | 52 | 0 | 7 | 2F | AF | 46 | 1F |
| Octal | 30 | 210 | 176 | 122 | 0 | 7 | 57 | 257 | 106 | 37 |
| Binary | 11000 | 10001000 | 1111110 | 1010010 | 0 | 111 | 101111 | 10101111 | 1000110 | 11111 |
Color Harmonies of #18887E
Complementary color
Monochromatic Colors of #18887E
Black with #18887E
Text Example
Text Example
White with #18887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18887E; }
p { color: rgb(24,136,126); }
H1.HeaderClassName
{
color: #18887E;
}
.AnyTagClassName
{
color: #18887E;
}
</style>
background-color css
<style>
a { background-color: #18887E; }
a { background-color: rgb(24,136,126); }
div.DivClassName
{
background-color: #18887E;
}
.BgClassName
{
background-color: #18887E;
}
</style>
border-color css
<style>
span { border-color: #18887E; }
span { border-color: rgb(24,136,126); }
td.TdClassName
{
border-color: #18887E;
}
.TagClassName
{
border-color: #18887E;
}
</style>