Shades of Elm #198A83
Tints of Elm #198A83
RGB
CMYK
RGB Variations
Color information
#198A83 (or 0x198A83) is known color: Elm. HEX triplet: 19, 8A and 83. RGB value is (25,138,131). Sum of RGB (Red+Green+Blue) = 25+138+131=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #198A83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198A83 is #E6757C. Grayscale: #676767. Windows color (decimal): -15103357 or 8620569. OLE color: 8620569.
HSL color Cylindrical-coordinate representation of color #198A83: hue angle of 176.28º 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 #198A83 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 138 | 131 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.46 |
| HSL | 176.28º | 0.69% | 0.32% | - |
| HSV(B) | 176.28º | 0.82% | 0.54% | - |
| XYZ | 13.59 | 20.02 | 24.62 | - |
| YUV | 103.42 | 143.56 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 131 | 0.82 | 0 | 0.05 | 0.46 | 176.28 | 0.69 | 0.32 |
| Hex | 19 | 8A | 83 | 52 | 0 | 5 | 2E | B0 | 45 | 20 |
| Octal | 31 | 212 | 203 | 122 | 0 | 5 | 56 | 260 | 105 | 40 |
| Binary | 11001 | 10001010 | 10000011 | 1010010 | 0 | 101 | 101110 | 10110000 | 1000101 | 100000 |
Color Harmonies of #198A83
Complementary color
Monochromatic Colors of #198A83
Black with #198A83
Text Example
Text Example
White with #198A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198A83; }
p { color: rgb(25,138,131); }
H1.HeaderClassName
{
color: #198A83;
}
.AnyTagClassName
{
color: #198A83;
}
</style>
background-color css
<style>
a { background-color: #198A83; }
a { background-color: rgb(25,138,131); }
div.DivClassName
{
background-color: #198A83;
}
.BgClassName
{
background-color: #198A83;
}
</style>
border-color css
<style>
span { border-color: #198A83; }
span { border-color: rgb(25,138,131); }
td.TdClassName
{
border-color: #198A83;
}
.TagClassName
{
border-color: #198A83;
}
</style>