Shades of Elm #188483
Tints of Elm #188483
RGB
CMYK
RGB Variations
Color information
#188483 (or 0x188483) is known color: Elm. HEX triplet: 18, 84 and 83. RGB value is (24,132,131). Sum of RGB (Red+Green+Blue) = 24+132+131=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #188483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188483 is #E77B7C. Grayscale: #636363. Windows color (decimal): -15170429 or 8619032. OLE color: 8619032.
HSL color Cylindrical-coordinate representation of color #188483: hue angle of 179.44º 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 #188483 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 131 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.48 |
| HSL | 179.44º | 0.69% | 0.31% | - |
| HSV(B) | 179.44º | 0.82% | 0.52% | - |
| XYZ | 12.72 | 18.34 | 24.34 | - |
| YUV | 99.59 | 145.72 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 131 | 0.82 | 0 | 0.01 | 0.48 | 179.44 | 0.69 | 0.31 |
| Hex | 18 | 84 | 83 | 52 | 0 | 1 | 30 | B3 | 45 | 1F |
| Octal | 30 | 204 | 203 | 122 | 0 | 1 | 60 | 263 | 105 | 37 |
| Binary | 11000 | 10000100 | 10000011 | 1010010 | 0 | 1 | 110000 | 10110011 | 1000101 | 11111 |
Color Harmonies of #188483
Complementary color
Monochromatic Colors of #188483
Black with #188483
Text Example
Text Example
White with #188483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188483; }
p { color: rgb(24,132,131); }
H1.HeaderClassName
{
color: #188483;
}
.AnyTagClassName
{
color: #188483;
}
</style>
background-color css
<style>
a { background-color: #188483; }
a { background-color: rgb(24,132,131); }
div.DivClassName
{
background-color: #188483;
}
.BgClassName
{
background-color: #188483;
}
</style>
border-color css
<style>
span { border-color: #188483; }
span { border-color: rgb(24,132,131); }
td.TdClassName
{
border-color: #188483;
}
.TagClassName
{
border-color: #188483;
}
</style>