Shades of Elm #157475
Tints of Elm #157475
RGB
CMYK
RGB Variations
Color information
#157475 (or 0x157475) is known color: Elm. HEX triplet: 15, 74 and 75. RGB value is (21,116,117). Sum of RGB (Red+Green+Blue) = 21+116+117=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #157475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157475 is #EA8B8A. Grayscale: #575757. Windows color (decimal): -15371147 or 7697429. OLE color: 7697429.
HSL color Cylindrical-coordinate representation of color #157475: hue angle of 180.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157475 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 116 | 117 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.54 |
| HSL | 180.63º | 0.7% | 0.27% | - |
| HSV(B) | 180.63º | 0.82% | 0.46% | - |
| XYZ | 9.77 | 13.93 | 19 | - |
| YUV | 87.71 | 144.53 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 117 | 0.82 | 0.01 | 0 | 0.54 | 180.63 | 0.7 | 0.27 |
| Hex | 15 | 74 | 75 | 52 | 1 | 0 | 36 | B5 | 46 | 1B |
| Octal | 25 | 164 | 165 | 122 | 1 | 0 | 66 | 265 | 106 | 33 |
| Binary | 10101 | 1110100 | 1110101 | 1010010 | 1 | 0 | 110110 | 10110101 | 1000110 | 11011 |
Color Harmonies of #157475
Complementary color
Monochromatic Colors of #157475
Black with #157475
Text Example
Text Example
White with #157475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157475; }
p { color: rgb(21,116,117); }
H1.HeaderClassName
{
color: #157475;
}
.AnyTagClassName
{
color: #157475;
}
</style>
background-color css
<style>
a { background-color: #157475; }
a { background-color: rgb(21,116,117); }
div.DivClassName
{
background-color: #157475;
}
.BgClassName
{
background-color: #157475;
}
</style>
border-color css
<style>
span { border-color: #157475; }
span { border-color: rgb(21,116,117); }
td.TdClassName
{
border-color: #157475;
}
.TagClassName
{
border-color: #157475;
}
</style>