Shades of Elm #157C7C
Tints of Elm #157C7C
RGB
CMYK
RGB Variations
Color information
#157C7C (or 0x157C7C) is known color: Elm. HEX triplet: 15, 7C and 7C. RGB value is (21,124,124). Sum of RGB (Red+Green+Blue) = 21+124+124=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #157C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C7C is #EA8383. Grayscale: #5D5D5D. Windows color (decimal): -15369092 or 8158229. OLE color: 8158229.
HSL color Cylindrical-coordinate representation of color #157C7C: hue angle of 180º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157C7C is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 124 | - |
| CMYK | 0.83 | 0 | 0 | 0.51 |
| HSL | 180º | 0.71% | 0.28% | - |
| HSV(B) | 180º | 0.83% | 0.49% | - |
| XYZ | 11.16 | 16.03 | 21.57 | - |
| YUV | 93.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 124 | 0.83 | 0 | 0 | 0.51 | 180 | 0.71 | 0.28 |
| Hex | 15 | 7C | 7C | 53 | 0 | 0 | 33 | B4 | 47 | 1C |
| Octal | 25 | 174 | 174 | 123 | 0 | 0 | 63 | 264 | 107 | 34 |
| Binary | 10101 | 1111100 | 1111100 | 1010011 | 0 | 0 | 110011 | 10110100 | 1000111 | 11100 |
Color Harmonies of #157C7C
Complementary color
Monochromatic Colors of #157C7C
Black with #157C7C
Text Example
Text Example
White with #157C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C7C; }
p { color: rgb(21,124,124); }
H1.HeaderClassName
{
color: #157C7C;
}
.AnyTagClassName
{
color: #157C7C;
}
</style>
background-color css
<style>
a { background-color: #157C7C; }
a { background-color: rgb(21,124,124); }
div.DivClassName
{
background-color: #157C7C;
}
.BgClassName
{
background-color: #157C7C;
}
</style>
border-color css
<style>
span { border-color: #157C7C; }
span { border-color: rgb(21,124,124); }
td.TdClassName
{
border-color: #157C7C;
}
.TagClassName
{
border-color: #157C7C;
}
</style>