Shades of Elm #188482
Tints of Elm #188482
RGB
CMYK
RGB Variations
Color information
#188482 (or 0x188482) is known color: Elm. HEX triplet: 18, 84 and 82. RGB value is (24,132,130). Sum of RGB (Red+Green+Blue) = 24+132+130=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #188482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188482 is #E77B7D. Grayscale: #636363. Windows color (decimal): -15170430 or 8553496. OLE color: 8553496.
HSL color Cylindrical-coordinate representation of color #188482: hue angle of 178.89º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188482 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 130 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.48 |
| HSL | 178.89º | 0.69% | 0.31% | - |
| HSV(B) | 178.89º | 0.82% | 0.52% | - |
| XYZ | 12.66 | 18.31 | 23.99 | - |
| YUV | 99.48 | 145.22 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 130 | 0.82 | 0 | 0.02 | 0.48 | 178.89 | 0.69 | 0.31 |
| Hex | 18 | 84 | 82 | 52 | 0 | 2 | 30 | B3 | 45 | 1F |
| Octal | 30 | 204 | 202 | 122 | 0 | 2 | 60 | 263 | 105 | 37 |
| Binary | 11000 | 10000100 | 10000010 | 1010010 | 0 | 10 | 110000 | 10110011 | 1000101 | 11111 |
Color Harmonies of #188482
Complementary color
Monochromatic Colors of #188482
Black with #188482
Text Example
Text Example
White with #188482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188482; }
p { color: rgb(24,132,130); }
H1.HeaderClassName
{
color: #188482;
}
.AnyTagClassName
{
color: #188482;
}
</style>
background-color css
<style>
a { background-color: #188482; }
a { background-color: rgb(24,132,130); }
div.DivClassName
{
background-color: #188482;
}
.BgClassName
{
background-color: #188482;
}
</style>
border-color css
<style>
span { border-color: #188482; }
span { border-color: rgb(24,132,130); }
td.TdClassName
{
border-color: #188482;
}
.TagClassName
{
border-color: #188482;
}
</style>