Shades of Elm #188580
Tints of Elm #188580
RGB
CMYK
RGB Variations
Color information
#188580 (or 0x188580) is known color: Elm. HEX triplet: 18, 85 and 80. RGB value is (24,133,128). Sum of RGB (Red+Green+Blue) = 24+133+128=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #188580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188580 is #E77A7F. Grayscale: #636363. Windows color (decimal): -15170176 or 8422680. OLE color: 8422680.
HSL color Cylindrical-coordinate representation of color #188580: hue angle of 177.25º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188580 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 128 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.48 |
| HSL | 177.25º | 0.69% | 0.31% | - |
| HSV(B) | 177.25º | 0.82% | 0.52% | - |
| XYZ | 12.66 | 18.53 | 23.33 | - |
| YUV | 99.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 128 | 0.82 | 0 | 0.04 | 0.48 | 177.25 | 0.69 | 0.31 |
| Hex | 18 | 85 | 80 | 52 | 0 | 4 | 30 | B1 | 45 | 1F |
| Octal | 30 | 205 | 200 | 122 | 0 | 4 | 60 | 261 | 105 | 37 |
| Binary | 11000 | 10000101 | 10000000 | 1010010 | 0 | 100 | 110000 | 10110001 | 1000101 | 11111 |
Color Harmonies of #188580
Complementary color
Monochromatic Colors of #188580
Black with #188580
Text Example
Text Example
White with #188580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188580; }
p { color: rgb(24,133,128); }
H1.HeaderClassName
{
color: #188580;
}
.AnyTagClassName
{
color: #188580;
}
</style>
background-color css
<style>
a { background-color: #188580; }
a { background-color: rgb(24,133,128); }
div.DivClassName
{
background-color: #188580;
}
.BgClassName
{
background-color: #188580;
}
</style>
border-color css
<style>
span { border-color: #188580; }
span { border-color: rgb(24,133,128); }
td.TdClassName
{
border-color: #188580;
}
.TagClassName
{
border-color: #188580;
}
</style>