Shades of Elm #198581
Tints of Elm #198581
RGB
CMYK
RGB Variations
Color information
#198581 (or 0x198581) is known color: Elm. HEX triplet: 19, 85 and 81. RGB value is (25,133,129). Sum of RGB (Red+Green+Blue) = 25+133+129=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #198581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198581 is #E67A7E. Grayscale: #646464. Windows color (decimal): -15104639 or 8488217. OLE color: 8488217.
HSL color Cylindrical-coordinate representation of color #198581: hue angle of 177.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198581 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 129 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.48 |
| HSL | 177.78º | 0.68% | 0.31% | - |
| HSV(B) | 177.78º | 0.81% | 0.52% | - |
| XYZ | 12.75 | 18.57 | 23.68 | - |
| YUV | 100.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 129 | 0.81 | 0 | 0.03 | 0.48 | 177.78 | 0.68 | 0.31 |
| Hex | 19 | 85 | 81 | 51 | 0 | 3 | 30 | B2 | 44 | 1F |
| Octal | 31 | 205 | 201 | 121 | 0 | 3 | 60 | 262 | 104 | 37 |
| Binary | 11001 | 10000101 | 10000001 | 1010001 | 0 | 11 | 110000 | 10110010 | 1000100 | 11111 |
Color Harmonies of #198581
Complementary color
Monochromatic Colors of #198581
Black with #198581
Text Example
Text Example
White with #198581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198581; }
p { color: rgb(25,133,129); }
H1.HeaderClassName
{
color: #198581;
}
.AnyTagClassName
{
color: #198581;
}
</style>
background-color css
<style>
a { background-color: #198581; }
a { background-color: rgb(25,133,129); }
div.DivClassName
{
background-color: #198581;
}
.BgClassName
{
background-color: #198581;
}
</style>
border-color css
<style>
span { border-color: #198581; }
span { border-color: rgb(25,133,129); }
td.TdClassName
{
border-color: #198581;
}
.TagClassName
{
border-color: #198581;
}
</style>