Shades of Elm #197677
Tints of Elm #197677
RGB
CMYK
RGB Variations
Color information
#197677 (or 0x197677) is known color: Elm. HEX triplet: 19, 76 and 77. RGB value is (25,118,119). Sum of RGB (Red+Green+Blue) = 25+118+119=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #197677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197677 is #E68988. Grayscale: #5A5A5A. Windows color (decimal): -15108489 or 7829017. OLE color: 7829017.
HSL color Cylindrical-coordinate representation of color #197677: hue angle of 180.64º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197677 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 118 | 119 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.53 |
| HSL | 180.64º | 0.65% | 0.28% | - |
| HSV(B) | 180.64º | 0.79% | 0.47% | - |
| XYZ | 10.21 | 14.5 | 19.71 | - |
| YUV | 90.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 119 | 0.79 | 0.01 | 0 | 0.53 | 180.64 | 0.65 | 0.28 |
| Hex | 19 | 76 | 77 | 4F | 1 | 0 | 35 | B5 | 41 | 1C |
| Octal | 31 | 166 | 167 | 117 | 1 | 0 | 65 | 265 | 101 | 34 |
| Binary | 11001 | 1110110 | 1110111 | 1001111 | 1 | 0 | 110101 | 10110101 | 1000001 | 11100 |
Color Harmonies of #197677
Complementary color
Monochromatic Colors of #197677
Black with #197677
Text Example
Text Example
White with #197677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197677; }
p { color: rgb(25,118,119); }
H1.HeaderClassName
{
color: #197677;
}
.AnyTagClassName
{
color: #197677;
}
</style>
background-color css
<style>
a { background-color: #197677; }
a { background-color: rgb(25,118,119); }
div.DivClassName
{
background-color: #197677;
}
.BgClassName
{
background-color: #197677;
}
</style>
border-color css
<style>
span { border-color: #197677; }
span { border-color: rgb(25,118,119); }
td.TdClassName
{
border-color: #197677;
}
.TagClassName
{
border-color: #197677;
}
</style>