Shades of Elm #198880
Tints of Elm #198880
RGB
CMYK
RGB Variations
Color information
#198880 (or 0x198880) is known color: Elm. HEX triplet: 19, 88 and 80. RGB value is (25,136,128). Sum of RGB (Red+Green+Blue) = 25+136+128=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #198880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198880 is #E6777F. Grayscale: #656565. Windows color (decimal): -15103872 or 8423449. OLE color: 8423449.
HSL color Cylindrical-coordinate representation of color #198880: hue angle of 175.68º 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 #198880 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 128 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.47 |
| HSL | 175.68º | 0.69% | 0.32% | - |
| HSV(B) | 175.68º | 0.82% | 0.53% | - |
| XYZ | 13.1 | 19.37 | 23.47 | - |
| YUV | 101.9 | 142.73 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 128 | 0.82 | 0 | 0.06 | 0.47 | 175.68 | 0.69 | 0.32 |
| Hex | 19 | 88 | 80 | 52 | 0 | 6 | 2F | B0 | 45 | 20 |
| Octal | 31 | 210 | 200 | 122 | 0 | 6 | 57 | 260 | 105 | 40 |
| Binary | 11001 | 10001000 | 10000000 | 1010010 | 0 | 110 | 101111 | 10110000 | 1000101 | 100000 |
Color Harmonies of #198880
Complementary color
Monochromatic Colors of #198880
Black with #198880
Text Example
Text Example
White with #198880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198880; }
p { color: rgb(25,136,128); }
H1.HeaderClassName
{
color: #198880;
}
.AnyTagClassName
{
color: #198880;
}
</style>
background-color css
<style>
a { background-color: #198880; }
a { background-color: rgb(25,136,128); }
div.DivClassName
{
background-color: #198880;
}
.BgClassName
{
background-color: #198880;
}
</style>
border-color css
<style>
span { border-color: #198880; }
span { border-color: rgb(25,136,128); }
td.TdClassName
{
border-color: #198880;
}
.TagClassName
{
border-color: #198880;
}
</style>