Shades of Elm #1E8C83
Tints of Elm #1E8C83
RGB
CMYK
RGB Variations
Color information
#1E8C83 (or 0x1E8C83) is known color: Elm. HEX triplet: 1E, 8C and 83. RGB value is (30,140,131). Sum of RGB (Red+Green+Blue) = 30+140+131=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #1E8C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8C83 is #E1737C. Grayscale: #6A6A6A. Windows color (decimal): -14775165 or 8621086. OLE color: 8621086.
HSL color Cylindrical-coordinate representation of color #1E8C83: hue angle of 175.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8C83 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 140 | 131 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.45 |
| HSL | 175.09º | 0.65% | 0.33% | - |
| HSV(B) | 175.09º | 0.79% | 0.55% | - |
| XYZ | 14.01 | 20.67 | 24.72 | - |
| YUV | 106.08 | 142.06 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 140 | 131 | 0.79 | 0 | 0.06 | 0.45 | 175.09 | 0.65 | 0.33 |
| Hex | 1E | 8C | 83 | 4F | 0 | 6 | 2D | AF | 41 | 21 |
| Octal | 36 | 214 | 203 | 117 | 0 | 6 | 55 | 257 | 101 | 41 |
| Binary | 11110 | 10001100 | 10000011 | 1001111 | 0 | 110 | 101101 | 10101111 | 1000001 | 100001 |
Color Harmonies of #1E8C83
Complementary color
Monochromatic Colors of #1E8C83
Black with #1E8C83
Text Example
Text Example
White with #1E8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8C83; }
p { color: rgb(30,140,131); }
H1.HeaderClassName
{
color: #1E8C83;
}
.AnyTagClassName
{
color: #1E8C83;
}
</style>
background-color css
<style>
a { background-color: #1E8C83; }
a { background-color: rgb(30,140,131); }
div.DivClassName
{
background-color: #1E8C83;
}
.BgClassName
{
background-color: #1E8C83;
}
</style>
border-color css
<style>
span { border-color: #1E8C83; }
span { border-color: rgb(30,140,131); }
td.TdClassName
{
border-color: #1E8C83;
}
.TagClassName
{
border-color: #1E8C83;
}
</style>