Shades of Elm #188981
Tints of Elm #188981
RGB
CMYK
RGB Variations
Color information
#188981 (or 0x188981) is known color: Elm. HEX triplet: 18, 89 and 81. RGB value is (24,137,129). Sum of RGB (Red+Green+Blue) = 24+137+129=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #188981 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188981 is #E7767E. Grayscale: #666666. Windows color (decimal): -15169151 or 8489240. OLE color: 8489240.
HSL color Cylindrical-coordinate representation of color #188981: hue angle of 175.75º 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 #188981 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 129 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.46 |
| HSL | 175.75º | 0.7% | 0.32% | - |
| HSV(B) | 175.75º | 0.82% | 0.54% | - |
| XYZ | 13.28 | 19.67 | 23.87 | - |
| YUV | 102.3 | 143.06 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 129 | 0.82 | 0 | 0.06 | 0.46 | 175.75 | 0.7 | 0.32 |
| Hex | 18 | 89 | 81 | 52 | 0 | 6 | 2E | B0 | 46 | 20 |
| Octal | 30 | 211 | 201 | 122 | 0 | 6 | 56 | 260 | 106 | 40 |
| Binary | 11000 | 10001001 | 10000001 | 1010010 | 0 | 110 | 101110 | 10110000 | 1000110 | 100000 |
Color Harmonies of #188981
Complementary color
Monochromatic Colors of #188981
Black with #188981
Text Example
Text Example
White with #188981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188981; }
p { color: rgb(24,137,129); }
H1.HeaderClassName
{
color: #188981;
}
.AnyTagClassName
{
color: #188981;
}
</style>
background-color css
<style>
a { background-color: #188981; }
a { background-color: rgb(24,137,129); }
div.DivClassName
{
background-color: #188981;
}
.BgClassName
{
background-color: #188981;
}
</style>
border-color css
<style>
span { border-color: #188981; }
span { border-color: rgb(24,137,129); }
td.TdClassName
{
border-color: #188981;
}
.TagClassName
{
border-color: #188981;
}
</style>