Shades of Elm #197171
Tints of Elm #197171
RGB
CMYK
RGB Variations
Color information
#197171 (or 0x197171) is known color: Elm. HEX triplet: 19, 71 and 71. RGB value is (25,113,113). Sum of RGB (Red+Green+Blue) = 25+113+113=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #197171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197171 is #E68E8E. Grayscale: #565656. Windows color (decimal): -15109775 or 7434521. OLE color: 7434521.
HSL color Cylindrical-coordinate representation of color #197171: hue angle of 180º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197171 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 113 | - |
| CMYK | 0.78 | 0 | 0 | 0.56 |
| HSL | 180º | 0.64% | 0.27% | - |
| HSV(B) | 180º | 0.78% | 0.44% | - |
| XYZ | 9.29 | 13.21 | 17.68 | - |
| YUV | 86.69 | 142.85 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 113 | 0.78 | 0 | 0 | 0.56 | 180 | 0.64 | 0.27 |
| Hex | 19 | 71 | 71 | 4E | 0 | 0 | 38 | B4 | 40 | 1B |
| Octal | 31 | 161 | 161 | 116 | 0 | 0 | 70 | 264 | 100 | 33 |
| Binary | 11001 | 1110001 | 1110001 | 1001110 | 0 | 0 | 111000 | 10110100 | 1000000 | 11011 |
Color Harmonies of #197171
Complementary color
Monochromatic Colors of #197171
Black with #197171
Text Example
Text Example
White with #197171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197171; }
p { color: rgb(25,113,113); }
H1.HeaderClassName
{
color: #197171;
}
.AnyTagClassName
{
color: #197171;
}
</style>
background-color css
<style>
a { background-color: #197171; }
a { background-color: rgb(25,113,113); }
div.DivClassName
{
background-color: #197171;
}
.BgClassName
{
background-color: #197171;
}
</style>
border-color css
<style>
span { border-color: #197171; }
span { border-color: rgb(25,113,113); }
td.TdClassName
{
border-color: #197171;
}
.TagClassName
{
border-color: #197171;
}
</style>