Shades of Elm #18887C
Tints of Elm #18887C
RGB
CMYK
RGB Variations
Color information
#18887C (or 0x18887C) is known color: Elm. HEX triplet: 18, 88 and 7C. RGB value is (24,136,124). Sum of RGB (Red+Green+Blue) = 24+136+124=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #18887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18887C is #E77783. Grayscale: #656565. Windows color (decimal): -15169412 or 8161304. OLE color: 8161304.
HSL color Cylindrical-coordinate representation of color #18887C: hue angle of 173.57º 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 #18887C is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 124 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.47 |
| HSL | 173.57º | 0.7% | 0.31% | - |
| HSV(B) | 173.57º | 0.82% | 0.53% | - |
| XYZ | 12.82 | 19.26 | 22.11 | - |
| YUV | 101.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 124 | 0.82 | 0 | 0.09 | 0.47 | 173.57 | 0.7 | 0.31 |
| Hex | 18 | 88 | 7C | 52 | 0 | 9 | 2F | AE | 46 | 1F |
| Octal | 30 | 210 | 174 | 122 | 0 | 11 | 57 | 256 | 106 | 37 |
| Binary | 11000 | 10001000 | 1111100 | 1010010 | 0 | 1001 | 101111 | 10101110 | 1000110 | 11111 |
Color Harmonies of #18887C
Complementary color
Monochromatic Colors of #18887C
Black with #18887C
Text Example
Text Example
White with #18887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18887C; }
p { color: rgb(24,136,124); }
H1.HeaderClassName
{
color: #18887C;
}
.AnyTagClassName
{
color: #18887C;
}
</style>
background-color css
<style>
a { background-color: #18887C; }
a { background-color: rgb(24,136,124); }
div.DivClassName
{
background-color: #18887C;
}
.BgClassName
{
background-color: #18887C;
}
</style>
border-color css
<style>
span { border-color: #18887C; }
span { border-color: rgb(24,136,124); }
td.TdClassName
{
border-color: #18887C;
}
.TagClassName
{
border-color: #18887C;
}
</style>