Shades of Elm #198885
Tints of Elm #198885
RGB
CMYK
RGB Variations
Color information
#198885 (or 0x198885) is known color: Elm. HEX triplet: 19, 88 and 85. RGB value is (25,136,133). Sum of RGB (Red+Green+Blue) = 25+136+133=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #198885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198885 is #E6777A. Grayscale: #666666. Windows color (decimal): -15103867 or 8751129. OLE color: 8751129.
HSL color Cylindrical-coordinate representation of color #198885: hue angle of 178.38º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198885 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 133 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.47 |
| HSL | 178.38º | 0.69% | 0.32% | - |
| HSV(B) | 178.38º | 0.82% | 0.53% | - |
| XYZ | 13.44 | 19.51 | 25.25 | - |
| YUV | 102.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 133 | 0.82 | 0 | 0.02 | 0.47 | 178.38 | 0.69 | 0.32 |
| Hex | 19 | 88 | 85 | 52 | 0 | 2 | 2F | B2 | 45 | 20 |
| Octal | 31 | 210 | 205 | 122 | 0 | 2 | 57 | 262 | 105 | 40 |
| Binary | 11001 | 10001000 | 10000101 | 1010010 | 0 | 10 | 101111 | 10110010 | 1000101 | 100000 |
Color Harmonies of #198885
Complementary color
Monochromatic Colors of #198885
Black with #198885
Text Example
Text Example
White with #198885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198885; }
p { color: rgb(25,136,133); }
H1.HeaderClassName
{
color: #198885;
}
.AnyTagClassName
{
color: #198885;
}
</style>
background-color css
<style>
a { background-color: #198885; }
a { background-color: rgb(25,136,133); }
div.DivClassName
{
background-color: #198885;
}
.BgClassName
{
background-color: #198885;
}
</style>
border-color css
<style>
span { border-color: #198885; }
span { border-color: rgb(25,136,133); }
td.TdClassName
{
border-color: #198885;
}
.TagClassName
{
border-color: #198885;
}
</style>