Shades of Elm #188982
Tints of Elm #188982
RGB
CMYK
RGB Variations
Color information
#188982 (or 0x188982) is known color: Elm. HEX triplet: 18, 89 and 82. RGB value is (24,137,130). Sum of RGB (Red+Green+Blue) = 24+137+130=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #188982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188982 is #E7767D. Grayscale: #666666. Windows color (decimal): -15169150 or 8554776. OLE color: 8554776.
HSL color Cylindrical-coordinate representation of color #188982: hue angle of 176.28º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188982 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 130 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.46 |
| HSL | 176.28º | 0.7% | 0.32% | - |
| HSV(B) | 176.28º | 0.82% | 0.54% | - |
| XYZ | 13.35 | 19.7 | 24.22 | - |
| YUV | 102.42 | 143.56 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 130 | 0.82 | 0 | 0.05 | 0.46 | 176.28 | 0.7 | 0.32 |
| Hex | 18 | 89 | 82 | 52 | 0 | 5 | 2E | B0 | 46 | 20 |
| Octal | 30 | 211 | 202 | 122 | 0 | 5 | 56 | 260 | 106 | 40 |
| Binary | 11000 | 10001001 | 10000010 | 1010010 | 0 | 101 | 101110 | 10110000 | 1000110 | 100000 |
Color Harmonies of #188982
Complementary color
Monochromatic Colors of #188982
Black with #188982
Text Example
Text Example
White with #188982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188982; }
p { color: rgb(24,137,130); }
H1.HeaderClassName
{
color: #188982;
}
.AnyTagClassName
{
color: #188982;
}
</style>
background-color css
<style>
a { background-color: #188982; }
a { background-color: rgb(24,137,130); }
div.DivClassName
{
background-color: #188982;
}
.BgClassName
{
background-color: #188982;
}
</style>
border-color css
<style>
span { border-color: #188982; }
span { border-color: rgb(24,137,130); }
td.TdClassName
{
border-color: #188982;
}
.TagClassName
{
border-color: #188982;
}
</style>