Shades of Elm #188980
Tints of Elm #188980
RGB
CMYK
RGB Variations
Color information
#188980 (or 0x188980) is known color: Elm. HEX triplet: 18, 89 and 80. RGB value is (24,137,128). Sum of RGB (Red+Green+Blue) = 24+137+128=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #188980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188980 is #E7767F. Grayscale: #666666. Windows color (decimal): -15169152 or 8423704. OLE color: 8423704.
HSL color Cylindrical-coordinate representation of color #188980: hue angle of 175.22º 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 #188980 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 128 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.46 |
| HSL | 175.22º | 0.7% | 0.32% | - |
| HSV(B) | 175.22º | 0.82% | 0.54% | - |
| XYZ | 13.22 | 19.64 | 23.52 | - |
| YUV | 102.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 128 | 0.82 | 0 | 0.07 | 0.46 | 175.22 | 0.7 | 0.32 |
| Hex | 18 | 89 | 80 | 52 | 0 | 7 | 2E | AF | 46 | 20 |
| Octal | 30 | 211 | 200 | 122 | 0 | 7 | 56 | 257 | 106 | 40 |
| Binary | 11000 | 10001001 | 10000000 | 1010010 | 0 | 111 | 101110 | 10101111 | 1000110 | 100000 |
Color Harmonies of #188980
Complementary color
Monochromatic Colors of #188980
Black with #188980
Text Example
Text Example
White with #188980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188980; }
p { color: rgb(24,137,128); }
H1.HeaderClassName
{
color: #188980;
}
.AnyTagClassName
{
color: #188980;
}
</style>
background-color css
<style>
a { background-color: #188980; }
a { background-color: rgb(24,137,128); }
div.DivClassName
{
background-color: #188980;
}
.BgClassName
{
background-color: #188980;
}
</style>
border-color css
<style>
span { border-color: #188980; }
span { border-color: rgb(24,137,128); }
td.TdClassName
{
border-color: #188980;
}
.TagClassName
{
border-color: #188980;
}
</style>