Shades of Elm #198684
Tints of Elm #198684
RGB
CMYK
RGB Variations
Color information
#198684 (or 0x198684) is known color: Elm. HEX triplet: 19, 86 and 84. RGB value is (25,134,132). Sum of RGB (Red+Green+Blue) = 25+134+132=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #198684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198684 is #E6797B. Grayscale: #656565. Windows color (decimal): -15104380 or 8685081. OLE color: 8685081.
HSL color Cylindrical-coordinate representation of color #198684: hue angle of 178.9º 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 #198684 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 132 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.47 |
| HSL | 178.9º | 0.69% | 0.31% | - |
| HSV(B) | 178.9º | 0.81% | 0.53% | - |
| XYZ | 13.09 | 18.92 | 24.79 | - |
| YUV | 101.18 | 145.39 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 132 | 0.81 | 0 | 0.01 | 0.47 | 178.9 | 0.69 | 0.31 |
| Hex | 19 | 86 | 84 | 51 | 0 | 1 | 2F | B3 | 45 | 1F |
| Octal | 31 | 206 | 204 | 121 | 0 | 1 | 57 | 263 | 105 | 37 |
| Binary | 11001 | 10000110 | 10000100 | 1010001 | 0 | 1 | 101111 | 10110011 | 1000101 | 11111 |
Color Harmonies of #198684
Complementary color
Monochromatic Colors of #198684
Black with #198684
Text Example
Text Example
White with #198684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198684; }
p { color: rgb(25,134,132); }
H1.HeaderClassName
{
color: #198684;
}
.AnyTagClassName
{
color: #198684;
}
</style>
background-color css
<style>
a { background-color: #198684; }
a { background-color: rgb(25,134,132); }
div.DivClassName
{
background-color: #198684;
}
.BgClassName
{
background-color: #198684;
}
</style>
border-color css
<style>
span { border-color: #198684; }
span { border-color: rgb(25,134,132); }
td.TdClassName
{
border-color: #198684;
}
.TagClassName
{
border-color: #198684;
}
</style>