Shades of Elm #17827D
Tints of Elm #17827D
RGB
CMYK
RGB Variations
Color information
#17827D (or 0x17827D) is known color: Elm. HEX triplet: 17, 82 and 7D. RGB value is (23,130,125). Sum of RGB (Red+Green+Blue) = 23+130+125=278 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.27% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #17827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17827D is #E87D82. Grayscale: #616161. Windows color (decimal): -15236483 or 8225303. OLE color: 8225303.
HSL color Cylindrical-coordinate representation of color #17827D: hue angle of 177.2º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17827D is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 130 | 125 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.49 |
| HSL | 177.2º | 0.7% | 0.3% | - |
| HSV(B) | 177.2º | 0.82% | 0.51% | - |
| XYZ | 12.04 | 17.63 | 22.17 | - |
| YUV | 97.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 125 | 0.82 | 0 | 0.04 | 0.49 | 177.2 | 0.7 | 0.3 |
| Hex | 17 | 82 | 7D | 52 | 0 | 4 | 31 | B1 | 46 | 1E |
| Octal | 27 | 202 | 175 | 122 | 0 | 4 | 61 | 261 | 106 | 36 |
| Binary | 10111 | 10000010 | 1111101 | 1010010 | 0 | 100 | 110001 | 10110001 | 1000110 | 11110 |
Color Harmonies of #17827D
Complementary color
Monochromatic Colors of #17827D
Black with #17827D
Text Example
Text Example
White with #17827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17827D; }
p { color: rgb(23,130,125); }
H1.HeaderClassName
{
color: #17827D;
}
.AnyTagClassName
{
color: #17827D;
}
</style>
background-color css
<style>
a { background-color: #17827D; }
a { background-color: rgb(23,130,125); }
div.DivClassName
{
background-color: #17827D;
}
.BgClassName
{
background-color: #17827D;
}
</style>
border-color css
<style>
span { border-color: #17827D; }
span { border-color: rgb(23,130,125); }
td.TdClassName
{
border-color: #17827D;
}
.TagClassName
{
border-color: #17827D;
}
</style>