Shades of Elm #188881
Tints of Elm #188881
RGB
CMYK
RGB Variations
Color information
#188881 (or 0x188881) is known color: Elm. HEX triplet: 18, 88 and 81. RGB value is (24,136,129). Sum of RGB (Red+Green+Blue) = 24+136+129=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #188881 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188881 is #E7777E. Grayscale: #656565. Windows color (decimal): -15169407 or 8488984. OLE color: 8488984.
HSL color Cylindrical-coordinate representation of color #188881: hue angle of 176.25º 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 #188881 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 129 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.47 |
| HSL | 176.25º | 0.7% | 0.31% | - |
| HSV(B) | 176.25º | 0.82% | 0.53% | - |
| XYZ | 13.14 | 19.39 | 23.82 | - |
| YUV | 101.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 129 | 0.82 | 0 | 0.05 | 0.47 | 176.25 | 0.7 | 0.31 |
| Hex | 18 | 88 | 81 | 52 | 0 | 5 | 2F | B0 | 46 | 1F |
| Octal | 30 | 210 | 201 | 122 | 0 | 5 | 57 | 260 | 106 | 37 |
| Binary | 11000 | 10001000 | 10000001 | 1010010 | 0 | 101 | 101111 | 10110000 | 1000110 | 11111 |
Color Harmonies of #188881
Complementary color
Monochromatic Colors of #188881
Black with #188881
Text Example
Text Example
White with #188881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188881; }
p { color: rgb(24,136,129); }
H1.HeaderClassName
{
color: #188881;
}
.AnyTagClassName
{
color: #188881;
}
</style>
background-color css
<style>
a { background-color: #188881; }
a { background-color: rgb(24,136,129); }
div.DivClassName
{
background-color: #188881;
}
.BgClassName
{
background-color: #188881;
}
</style>
border-color css
<style>
span { border-color: #188881; }
span { border-color: rgb(24,136,129); }
td.TdClassName
{
border-color: #188881;
}
.TagClassName
{
border-color: #188881;
}
</style>