Shades of Elm #198B83
Tints of Elm #198B83
RGB
CMYK
RGB Variations
Color information
#198B83 (or 0x198B83) is known color: Elm. HEX triplet: 19, 8B and 83. RGB value is (25,139,131). Sum of RGB (Red+Green+Blue) = 25+139+131=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #198B83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B83 is #E6747C. Grayscale: #676767. Windows color (decimal): -15103101 or 8620825. OLE color: 8620825.
HSL color Cylindrical-coordinate representation of color #198B83: hue angle of 175.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B83 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 139 | 131 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.45 |
| HSL | 175.79º | 0.7% | 0.32% | - |
| HSV(B) | 175.79º | 0.82% | 0.55% | - |
| XYZ | 13.73 | 20.31 | 24.67 | - |
| YUV | 104 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 131 | 0.82 | 0 | 0.06 | 0.45 | 175.79 | 0.7 | 0.32 |
| Hex | 19 | 8B | 83 | 52 | 0 | 6 | 2D | B0 | 46 | 20 |
| Octal | 31 | 213 | 203 | 122 | 0 | 6 | 55 | 260 | 106 | 40 |
| Binary | 11001 | 10001011 | 10000011 | 1010010 | 0 | 110 | 101101 | 10110000 | 1000110 | 100000 |
Color Harmonies of #198B83
Complementary color
Monochromatic Colors of #198B83
Black with #198B83
Text Example
Text Example
White with #198B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198B83; }
p { color: rgb(25,139,131); }
H1.HeaderClassName
{
color: #198B83;
}
.AnyTagClassName
{
color: #198B83;
}
</style>
background-color css
<style>
a { background-color: #198B83; }
a { background-color: rgb(25,139,131); }
div.DivClassName
{
background-color: #198B83;
}
.BgClassName
{
background-color: #198B83;
}
</style>
border-color css
<style>
span { border-color: #198B83; }
span { border-color: rgb(25,139,131); }
td.TdClassName
{
border-color: #198B83;
}
.TagClassName
{
border-color: #198B83;
}
</style>