Shades of Elm #198982
Tints of Elm #198982
RGB
CMYK
RGB Variations
Color information
#198982 (or 0x198982) is known color: Elm. HEX triplet: 19, 89 and 82. RGB value is (25,137,130). Sum of RGB (Red+Green+Blue) = 25+137+130=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #198982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198982 is #E6767D. Grayscale: #666666. Windows color (decimal): -15103614 or 8554777. OLE color: 8554777.
HSL color Cylindrical-coordinate representation of color #198982: hue angle of 176.25º degrees, saturation: 0.69, 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 #198982 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 137 | 130 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.46 |
| HSL | 176.25º | 0.69% | 0.32% | - |
| HSV(B) | 176.25º | 0.82% | 0.54% | - |
| XYZ | 13.38 | 19.71 | 24.22 | - |
| YUV | 102.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 130 | 0.82 | 0 | 0.05 | 0.46 | 176.25 | 0.69 | 0.32 |
| Hex | 19 | 89 | 82 | 52 | 0 | 5 | 2E | B0 | 45 | 20 |
| Octal | 31 | 211 | 202 | 122 | 0 | 5 | 56 | 260 | 105 | 40 |
| Binary | 11001 | 10001001 | 10000010 | 1010010 | 0 | 101 | 101110 | 10110000 | 1000101 | 100000 |
Color Harmonies of #198982
Complementary color
Monochromatic Colors of #198982
Black with #198982
Text Example
Text Example
White with #198982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198982; }
p { color: rgb(25,137,130); }
H1.HeaderClassName
{
color: #198982;
}
.AnyTagClassName
{
color: #198982;
}
</style>
background-color css
<style>
a { background-color: #198982; }
a { background-color: rgb(25,137,130); }
div.DivClassName
{
background-color: #198982;
}
.BgClassName
{
background-color: #198982;
}
</style>
border-color css
<style>
span { border-color: #198982; }
span { border-color: rgb(25,137,130); }
td.TdClassName
{
border-color: #198982;
}
.TagClassName
{
border-color: #198982;
}
</style>