Shades of Elm #198682
Tints of Elm #198682
RGB
CMYK
RGB Variations
Color information
#198682 (or 0x198682) is known color: Elm. HEX triplet: 19, 86 and 82. RGB value is (25,134,130). Sum of RGB (Red+Green+Blue) = 25+134+130=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #198682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198682 is #E6797D. Grayscale: #646464. Windows color (decimal): -15104382 or 8554009. OLE color: 8554009.
HSL color Cylindrical-coordinate representation of color #198682: hue angle of 177.8º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198682 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 130 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.47 |
| HSL | 177.8º | 0.69% | 0.31% | - |
| HSV(B) | 177.8º | 0.81% | 0.53% | - |
| XYZ | 12.96 | 18.87 | 24.08 | - |
| YUV | 100.95 | 144.39 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 130 | 0.81 | 0 | 0.03 | 0.47 | 177.8 | 0.69 | 0.31 |
| Hex | 19 | 86 | 82 | 51 | 0 | 3 | 2F | B2 | 45 | 1F |
| Octal | 31 | 206 | 202 | 121 | 0 | 3 | 57 | 262 | 105 | 37 |
| Binary | 11001 | 10000110 | 10000010 | 1010001 | 0 | 11 | 101111 | 10110010 | 1000101 | 11111 |
Color Harmonies of #198682
Complementary color
Monochromatic Colors of #198682
Black with #198682
Text Example
Text Example
White with #198682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198682; }
p { color: rgb(25,134,130); }
H1.HeaderClassName
{
color: #198682;
}
.AnyTagClassName
{
color: #198682;
}
</style>
background-color css
<style>
a { background-color: #198682; }
a { background-color: rgb(25,134,130); }
div.DivClassName
{
background-color: #198682;
}
.BgClassName
{
background-color: #198682;
}
</style>
border-color css
<style>
span { border-color: #198682; }
span { border-color: rgb(25,134,130); }
td.TdClassName
{
border-color: #198682;
}
.TagClassName
{
border-color: #198682;
}
</style>