Shades of Elm #188074
Tints of Elm #188074
RGB
CMYK
RGB Variations
Color information
#188074 (or 0x188074) is known color: Elm. HEX triplet: 18, 80 and 74. RGB value is (24,128,116). Sum of RGB (Red+Green+Blue) = 24+128+116=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #188074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188074 is #E77F8B. Grayscale: #5F5F5F. Windows color (decimal): -15171468 or 7634968. OLE color: 7634968.
HSL color Cylindrical-coordinate representation of color #188074: hue angle of 173.08º 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 #188074 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 116 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.50 |
| HSL | 173.08º | 0.68% | 0.3% | - |
| HSV(B) | 173.08º | 0.81% | 0.5% | - |
| XYZ | 11.25 | 16.89 | 19.19 | - |
| YUV | 95.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 116 | 0.81 | 0 | 0.09 | 0.50 | 173.08 | 0.68 | 0.3 |
| Hex | 18 | 80 | 74 | 51 | 0 | 9 | 32 | AD | 44 | 1E |
| Octal | 30 | 200 | 164 | 121 | 0 | 11 | 62 | 255 | 104 | 36 |
| Binary | 11000 | 10000000 | 1110100 | 1010001 | 0 | 1001 | 110010 | 10101101 | 1000100 | 11110 |
Color Harmonies of #188074
Complementary color
Monochromatic Colors of #188074
Black with #188074
Text Example
Text Example
White with #188074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188074; }
p { color: rgb(24,128,116); }
H1.HeaderClassName
{
color: #188074;
}
.AnyTagClassName
{
color: #188074;
}
</style>
background-color css
<style>
a { background-color: #188074; }
a { background-color: rgb(24,128,116); }
div.DivClassName
{
background-color: #188074;
}
.BgClassName
{
background-color: #188074;
}
</style>
border-color css
<style>
span { border-color: #188074; }
span { border-color: rgb(24,128,116); }
td.TdClassName
{
border-color: #188074;
}
.TagClassName
{
border-color: #188074;
}
</style>