Shades of Elm #197B7A
Tints of Elm #197B7A
RGB
CMYK
RGB Variations
Color information
#197B7A (or 0x197B7A) is known color: Elm. HEX triplet: 19, 7B and 7A. RGB value is (25,123,122). Sum of RGB (Red+Green+Blue) = 25+123+122=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 123 - color contains mainly: green. Hex color #197B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B7A is #E68485. Grayscale: #5D5D5D. Windows color (decimal): -15107206 or 8026905. OLE color: 8026905.
HSL color Cylindrical-coordinate representation of color #197B7A: hue angle of 179.39º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197B7A is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 123 | 122 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.52 |
| HSL | 179.39º | 0.66% | 0.29% | - |
| HSV(B) | 179.39º | 0.8% | 0.48% | - |
| XYZ | 11 | 15.78 | 20.88 | - |
| YUV | 93.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 122 | 0.80 | 0 | 0.01 | 0.52 | 179.39 | 0.66 | 0.29 |
| Hex | 19 | 7B | 7A | 50 | 0 | 1 | 34 | B3 | 42 | 1D |
| Octal | 31 | 173 | 172 | 120 | 0 | 1 | 64 | 263 | 102 | 35 |
| Binary | 11001 | 1111011 | 1111010 | 1010000 | 0 | 1 | 110100 | 10110011 | 1000010 | 11101 |
Color Harmonies of #197B7A
Complementary color
Monochromatic Colors of #197B7A
Black with #197B7A
Text Example
Text Example
White with #197B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B7A; }
p { color: rgb(25,123,122); }
H1.HeaderClassName
{
color: #197B7A;
}
.AnyTagClassName
{
color: #197B7A;
}
</style>
background-color css
<style>
a { background-color: #197B7A; }
a { background-color: rgb(25,123,122); }
div.DivClassName
{
background-color: #197B7A;
}
.BgClassName
{
background-color: #197B7A;
}
</style>
border-color css
<style>
span { border-color: #197B7A; }
span { border-color: rgb(25,123,122); }
td.TdClassName
{
border-color: #197B7A;
}
.TagClassName
{
border-color: #197B7A;
}
</style>