Shades of Elm #17857D
Tints of Elm #17857D
RGB
CMYK
RGB Variations
Color information
#17857D (or 0x17857D) is known color: Elm. HEX triplet: 17, 85 and 7D. RGB value is (23,133,125). Sum of RGB (Red+Green+Blue) = 23+133+125=281 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.19% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #17857D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17857D is #E87A82. Grayscale: #636363. Windows color (decimal): -15235715 or 8226071. OLE color: 8226071.
HSL color Cylindrical-coordinate representation of color #17857D: hue angle of 175.64º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17857D is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 133 | 125 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.48 |
| HSL | 175.64º | 0.71% | 0.31% | - |
| HSV(B) | 175.64º | 0.83% | 0.52% | - |
| XYZ | 12.44 | 18.44 | 22.31 | - |
| YUV | 99.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 125 | 0.83 | 0 | 0.06 | 0.48 | 175.64 | 0.71 | 0.31 |
| Hex | 17 | 85 | 7D | 53 | 0 | 6 | 30 | B0 | 47 | 1F |
| Octal | 27 | 205 | 175 | 123 | 0 | 6 | 60 | 260 | 107 | 37 |
| Binary | 10111 | 10000101 | 1111101 | 1010011 | 0 | 110 | 110000 | 10110000 | 1000111 | 11111 |
Color Harmonies of #17857D
Complementary color
Monochromatic Colors of #17857D
Black with #17857D
Text Example
Text Example
White with #17857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17857D; }
p { color: rgb(23,133,125); }
H1.HeaderClassName
{
color: #17857D;
}
.AnyTagClassName
{
color: #17857D;
}
</style>
background-color css
<style>
a { background-color: #17857D; }
a { background-color: rgb(23,133,125); }
div.DivClassName
{
background-color: #17857D;
}
.BgClassName
{
background-color: #17857D;
}
</style>
border-color css
<style>
span { border-color: #17857D; }
span { border-color: rgb(23,133,125); }
td.TdClassName
{
border-color: #17857D;
}
.TagClassName
{
border-color: #17857D;
}
</style>