Shades of Elm #157E7B
Tints of Elm #157E7B
RGB
CMYK
RGB Variations
Color information
#157E7B (or 0x157E7B) is known color: Elm. HEX triplet: 15, 7E and 7B. RGB value is (21,126,123). Sum of RGB (Red+Green+Blue) = 21+126+123=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #157E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E7B is #EA8184. Grayscale: #5E5E5E. Windows color (decimal): -15368581 or 8093205. OLE color: 8093205.
HSL color Cylindrical-coordinate representation of color #157E7B: hue angle of 178.29º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157E7B is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 126 | 123 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.51 |
| HSL | 178.29º | 0.71% | 0.29% | - |
| HSV(B) | 178.29º | 0.83% | 0.49% | - |
| XYZ | 11.35 | 16.51 | 21.33 | - |
| YUV | 94.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 123 | 0.83 | 0 | 0.02 | 0.51 | 178.29 | 0.71 | 0.29 |
| Hex | 15 | 7E | 7B | 53 | 0 | 2 | 33 | B2 | 47 | 1D |
| Octal | 25 | 176 | 173 | 123 | 0 | 2 | 63 | 262 | 107 | 35 |
| Binary | 10101 | 1111110 | 1111011 | 1010011 | 0 | 10 | 110011 | 10110010 | 1000111 | 11101 |
Color Harmonies of #157E7B
Complementary color
Monochromatic Colors of #157E7B
Black with #157E7B
Text Example
Text Example
White with #157E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157E7B; }
p { color: rgb(21,126,123); }
H1.HeaderClassName
{
color: #157E7B;
}
.AnyTagClassName
{
color: #157E7B;
}
</style>
background-color css
<style>
a { background-color: #157E7B; }
a { background-color: rgb(21,126,123); }
div.DivClassName
{
background-color: #157E7B;
}
.BgClassName
{
background-color: #157E7B;
}
</style>
border-color css
<style>
span { border-color: #157E7B; }
span { border-color: rgb(21,126,123); }
td.TdClassName
{
border-color: #157E7B;
}
.TagClassName
{
border-color: #157E7B;
}
</style>