Shades of Salem #198857
Tints of Salem #198857
RGB
CMYK
RGB Variations
Color information
#198857 (or 0x198857) is known color: Salem. HEX triplet: 19, 88 and 57. RGB value is (25,136,87). Sum of RGB (Red+Green+Blue) = 25+136+87=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #198857 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198857 is #E677A8. Grayscale: #616161. Windows color (decimal): -15103913 or 5736473. OLE color: 5736473.
HSL color Cylindrical-coordinate representation of color #198857: hue angle of 153.51º 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 #198857 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 87 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.47 |
| HSL | 153.51º | 0.69% | 0.32% | - |
| HSV(B) | 153.51º | 0.82% | 0.53% | - |
| XYZ | 10.93 | 18.5 | 12.01 | - |
| YUV | 97.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 87 | 0.82 | 0 | 0.36 | 0.47 | 153.51 | 0.69 | 0.32 |
| Hex | 19 | 88 | 57 | 52 | 0 | 24 | 2F | 9A | 45 | 20 |
| Octal | 31 | 210 | 127 | 122 | 0 | 44 | 57 | 232 | 105 | 40 |
| Binary | 11001 | 10001000 | 1010111 | 1010010 | 0 | 100100 | 101111 | 10011010 | 1000101 | 100000 |
Color Harmonies of #198857
Complementary color
Monochromatic Colors of #198857
Black with #198857
Text Example
Text Example
White with #198857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198857; }
p { color: rgb(25,136,87); }
H1.HeaderClassName
{
color: #198857;
}
.AnyTagClassName
{
color: #198857;
}
</style>
background-color css
<style>
a { background-color: #198857; }
a { background-color: rgb(25,136,87); }
div.DivClassName
{
background-color: #198857;
}
.BgClassName
{
background-color: #198857;
}
</style>
border-color css
<style>
span { border-color: #198857; }
span { border-color: rgb(25,136,87); }
td.TdClassName
{
border-color: #198857;
}
.TagClassName
{
border-color: #198857;
}
</style>