Shades of Elm #188381
Tints of Elm #188381
RGB
CMYK
RGB Variations
Color information
#188381 (or 0x188381) is known color: Elm. HEX triplet: 18, 83 and 81. RGB value is (24,131,129). Sum of RGB (Red+Green+Blue) = 24+131+129=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #188381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188381 is #E77C7E. Grayscale: #626262. Windows color (decimal): -15170687 or 8487704. OLE color: 8487704.
HSL color Cylindrical-coordinate representation of color #188381: hue angle of 178.88º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188381 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 131 | 129 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.49 |
| HSL | 178.88º | 0.69% | 0.3% | - |
| HSV(B) | 178.88º | 0.82% | 0.51% | - |
| XYZ | 12.46 | 18.01 | 23.59 | - |
| YUV | 98.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 129 | 0.82 | 0 | 0.02 | 0.49 | 178.88 | 0.69 | 0.3 |
| Hex | 18 | 83 | 81 | 52 | 0 | 2 | 31 | B3 | 45 | 1E |
| Octal | 30 | 203 | 201 | 122 | 0 | 2 | 61 | 263 | 105 | 36 |
| Binary | 11000 | 10000011 | 10000001 | 1010010 | 0 | 10 | 110001 | 10110011 | 1000101 | 11110 |
Color Harmonies of #188381
Complementary color
Monochromatic Colors of #188381
Black with #188381
Text Example
Text Example
White with #188381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188381; }
p { color: rgb(24,131,129); }
H1.HeaderClassName
{
color: #188381;
}
.AnyTagClassName
{
color: #188381;
}
</style>
background-color css
<style>
a { background-color: #188381; }
a { background-color: rgb(24,131,129); }
div.DivClassName
{
background-color: #188381;
}
.BgClassName
{
background-color: #188381;
}
</style>
border-color css
<style>
span { border-color: #188381; }
span { border-color: rgb(24,131,129); }
td.TdClassName
{
border-color: #188381;
}
.TagClassName
{
border-color: #188381;
}
</style>