Shades of Elm #178278
Tints of Elm #178278
RGB
CMYK
RGB Variations
Color information
#178278 (or 0x178278) is known color: Elm. HEX triplet: 17, 82 and 78. RGB value is (23,130,120). Sum of RGB (Red+Green+Blue) = 23+130+120=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #178278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #178278 is #E87D87. Grayscale: #606060. Windows color (decimal): -15236488 or 7897623. OLE color: 7897623.
HSL color Cylindrical-coordinate representation of color #178278: hue angle of 174.39º 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 #178278 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 130 | 120 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.49 |
| HSL | 174.39º | 0.7% | 0.3% | - |
| HSV(B) | 174.39º | 0.82% | 0.51% | - |
| XYZ | 11.73 | 17.5 | 20.53 | - |
| YUV | 96.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 120 | 0.82 | 0 | 0.08 | 0.49 | 174.39 | 0.7 | 0.3 |
| Hex | 17 | 82 | 78 | 52 | 0 | 8 | 31 | AE | 46 | 1E |
| Octal | 27 | 202 | 170 | 122 | 0 | 10 | 61 | 256 | 106 | 36 |
| Binary | 10111 | 10000010 | 1111000 | 1010010 | 0 | 1000 | 110001 | 10101110 | 1000110 | 11110 |
Color Harmonies of #178278
Complementary color
Monochromatic Colors of #178278
Black with #178278
Text Example
Text Example
White with #178278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178278; }
p { color: rgb(23,130,120); }
H1.HeaderClassName
{
color: #178278;
}
.AnyTagClassName
{
color: #178278;
}
</style>
background-color css
<style>
a { background-color: #178278; }
a { background-color: rgb(23,130,120); }
div.DivClassName
{
background-color: #178278;
}
.BgClassName
{
background-color: #178278;
}
</style>
border-color css
<style>
span { border-color: #178278; }
span { border-color: rgb(23,130,120); }
td.TdClassName
{
border-color: #178278;
}
.TagClassName
{
border-color: #178278;
}
</style>