Shades of Elm #188280
Tints of Elm #188280
RGB
CMYK
RGB Variations
Color information
#188280 (or 0x188280) is known color: Elm. HEX triplet: 18, 82 and 80. RGB value is (24,130,128). Sum of RGB (Red+Green+Blue) = 24+130+128=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #188280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188280 is #E77D7F. Grayscale: #616161. Windows color (decimal): -15170944 or 8421912. OLE color: 8421912.
HSL color Cylindrical-coordinate representation of color #188280: hue angle of 178.87º degrees, saturation: 0.69, 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 #188280 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 128 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.49 |
| HSL | 178.87º | 0.69% | 0.3% | - |
| HSV(B) | 178.87º | 0.82% | 0.51% | - |
| XYZ | 12.26 | 17.72 | 23.2 | - |
| YUV | 98.08 | 144.88 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 128 | 0.82 | 0 | 0.02 | 0.49 | 178.87 | 0.69 | 0.3 |
| Hex | 18 | 82 | 80 | 52 | 0 | 2 | 31 | B3 | 45 | 1E |
| Octal | 30 | 202 | 200 | 122 | 0 | 2 | 61 | 263 | 105 | 36 |
| Binary | 11000 | 10000010 | 10000000 | 1010010 | 0 | 10 | 110001 | 10110011 | 1000101 | 11110 |
Color Harmonies of #188280
Complementary color
Monochromatic Colors of #188280
Black with #188280
Text Example
Text Example
White with #188280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188280; }
p { color: rgb(24,130,128); }
H1.HeaderClassName
{
color: #188280;
}
.AnyTagClassName
{
color: #188280;
}
</style>
background-color css
<style>
a { background-color: #188280; }
a { background-color: rgb(24,130,128); }
div.DivClassName
{
background-color: #188280;
}
.BgClassName
{
background-color: #188280;
}
</style>
border-color css
<style>
span { border-color: #188280; }
span { border-color: rgb(24,130,128); }
td.TdClassName
{
border-color: #188280;
}
.TagClassName
{
border-color: #188280;
}
</style>