Shades of Elm #188682
Tints of Elm #188682
RGB
CMYK
RGB Variations
Color information
#188682 (or 0x188682) is known color: Elm. HEX triplet: 18, 86 and 82. RGB value is (24,134,130). Sum of RGB (Red+Green+Blue) = 24+134+130=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #188682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188682 is #E7797D. Grayscale: #646464. Windows color (decimal): -15169918 or 8554008. OLE color: 8554008.
HSL color Cylindrical-coordinate representation of color #188682: hue angle of 177.82º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188682 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 134 | 130 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.47 |
| HSL | 177.82º | 0.7% | 0.31% | - |
| HSV(B) | 177.82º | 0.82% | 0.53% | - |
| XYZ | 12.93 | 18.86 | 24.08 | - |
| YUV | 100.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 130 | 0.82 | 0 | 0.03 | 0.47 | 177.82 | 0.7 | 0.31 |
| Hex | 18 | 86 | 82 | 52 | 0 | 3 | 2F | B2 | 46 | 1F |
| Octal | 30 | 206 | 202 | 122 | 0 | 3 | 57 | 262 | 106 | 37 |
| Binary | 11000 | 10000110 | 10000010 | 1010010 | 0 | 11 | 101111 | 10110010 | 1000110 | 11111 |
Color Harmonies of #188682
Complementary color
Monochromatic Colors of #188682
Black with #188682
Text Example
Text Example
White with #188682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188682; }
p { color: rgb(24,134,130); }
H1.HeaderClassName
{
color: #188682;
}
.AnyTagClassName
{
color: #188682;
}
</style>
background-color css
<style>
a { background-color: #188682; }
a { background-color: rgb(24,134,130); }
div.DivClassName
{
background-color: #188682;
}
.BgClassName
{
background-color: #188682;
}
</style>
border-color css
<style>
span { border-color: #188682; }
span { border-color: rgb(24,134,130); }
td.TdClassName
{
border-color: #188682;
}
.TagClassName
{
border-color: #188682;
}
</style>