Shades of Elm #197B7C
Tints of Elm #197B7C
RGB
CMYK
RGB Variations
Color information
#197B7C (or 0x197B7C) is known color: Elm. HEX triplet: 19, 7B and 7C. RGB value is (25,123,124). Sum of RGB (Red+Green+Blue) = 25+123+124=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #197B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B7C is #E68483. Grayscale: #5D5D5D. Windows color (decimal): -15107204 or 8157977. OLE color: 8157977.
HSL color Cylindrical-coordinate representation of color #197B7C: hue angle of 180.61º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197B7C is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 123 | 124 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.51 |
| HSL | 180.61º | 0.66% | 0.29% | - |
| HSV(B) | 180.61º | 0.8% | 0.49% | - |
| XYZ | 11.12 | 15.83 | 21.54 | - |
| YUV | 93.81 | 145.03 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 124 | 0.80 | 0.01 | 0 | 0.51 | 180.61 | 0.66 | 0.29 |
| Hex | 19 | 7B | 7C | 50 | 1 | 0 | 33 | B5 | 42 | 1D |
| Octal | 31 | 173 | 174 | 120 | 1 | 0 | 63 | 265 | 102 | 35 |
| Binary | 11001 | 1111011 | 1111100 | 1010000 | 1 | 0 | 110011 | 10110101 | 1000010 | 11101 |
Color Harmonies of #197B7C
Complementary color
Monochromatic Colors of #197B7C
Black with #197B7C
Text Example
Text Example
White with #197B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B7C; }
p { color: rgb(25,123,124); }
H1.HeaderClassName
{
color: #197B7C;
}
.AnyTagClassName
{
color: #197B7C;
}
</style>
background-color css
<style>
a { background-color: #197B7C; }
a { background-color: rgb(25,123,124); }
div.DivClassName
{
background-color: #197B7C;
}
.BgClassName
{
background-color: #197B7C;
}
</style>
border-color css
<style>
span { border-color: #197B7C; }
span { border-color: rgb(25,123,124); }
td.TdClassName
{
border-color: #197B7C;
}
.TagClassName
{
border-color: #197B7C;
}
</style>