Shades of Elm #18897D
Tints of Elm #18897D
RGB
CMYK
RGB Variations
Color information
#18897D (or 0x18897D) is known color: Elm. HEX triplet: 18, 89 and 7D. RGB value is (24,137,125). Sum of RGB (Red+Green+Blue) = 24+137+125=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #18897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18897D is #E77682. Grayscale: #656565. Windows color (decimal): -15169155 or 8227096. OLE color: 8227096.
HSL color Cylindrical-coordinate representation of color #18897D: hue angle of 173.63º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18897D is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 125 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.46 |
| HSL | 173.63º | 0.7% | 0.32% | - |
| HSV(B) | 173.63º | 0.82% | 0.54% | - |
| XYZ | 13.02 | 19.57 | 22.49 | - |
| YUV | 101.85 | 141.06 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 125 | 0.82 | 0 | 0.09 | 0.46 | 173.63 | 0.7 | 0.32 |
| Hex | 18 | 89 | 7D | 52 | 0 | 9 | 2E | AE | 46 | 20 |
| Octal | 30 | 211 | 175 | 122 | 0 | 11 | 56 | 256 | 106 | 40 |
| Binary | 11000 | 10001001 | 1111101 | 1010010 | 0 | 1001 | 101110 | 10101110 | 1000110 | 100000 |
Color Harmonies of #18897D
Complementary color
Monochromatic Colors of #18897D
Black with #18897D
Text Example
Text Example
White with #18897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18897D; }
p { color: rgb(24,137,125); }
H1.HeaderClassName
{
color: #18897D;
}
.AnyTagClassName
{
color: #18897D;
}
</style>
background-color css
<style>
a { background-color: #18897D; }
a { background-color: rgb(24,137,125); }
div.DivClassName
{
background-color: #18897D;
}
.BgClassName
{
background-color: #18897D;
}
</style>
border-color css
<style>
span { border-color: #18897D; }
span { border-color: rgb(24,137,125); }
td.TdClassName
{
border-color: #18897D;
}
.TagClassName
{
border-color: #18897D;
}
</style>