Shades of Elm #188079
Tints of Elm #188079
RGB
CMYK
RGB Variations
Color information
#188079 (or 0x188079) is known color: Elm. HEX triplet: 18, 80 and 79. RGB value is (24,128,121). Sum of RGB (Red+Green+Blue) = 24+128+121=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #188079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188079 is #E77F86. Grayscale: #606060. Windows color (decimal): -15171463 or 7962648. OLE color: 7962648.
HSL color Cylindrical-coordinate representation of color #188079: hue angle of 175.96º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188079 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 121 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.50 |
| HSL | 175.96º | 0.68% | 0.3% | - |
| HSV(B) | 175.96º | 0.81% | 0.5% | - |
| XYZ | 11.55 | 17.01 | 20.76 | - |
| YUV | 96.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 121 | 0.81 | 0 | 0.05 | 0.50 | 175.96 | 0.68 | 0.3 |
| Hex | 18 | 80 | 79 | 51 | 0 | 5 | 32 | B0 | 44 | 1E |
| Octal | 30 | 200 | 171 | 121 | 0 | 5 | 62 | 260 | 104 | 36 |
| Binary | 11000 | 10000000 | 1111001 | 1010001 | 0 | 101 | 110010 | 10110000 | 1000100 | 11110 |
Color Harmonies of #188079
Complementary color
Monochromatic Colors of #188079
Black with #188079
Text Example
Text Example
White with #188079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188079; }
p { color: rgb(24,128,121); }
H1.HeaderClassName
{
color: #188079;
}
.AnyTagClassName
{
color: #188079;
}
</style>
background-color css
<style>
a { background-color: #188079; }
a { background-color: rgb(24,128,121); }
div.DivClassName
{
background-color: #188079;
}
.BgClassName
{
background-color: #188079;
}
</style>
border-color css
<style>
span { border-color: #188079; }
span { border-color: rgb(24,128,121); }
td.TdClassName
{
border-color: #188079;
}
.TagClassName
{
border-color: #188079;
}
</style>