Shades of Elm #1B807C
Tints of Elm #1B807C
RGB
CMYK
RGB Variations
Color information
#1B807C (or 0x1B807C) is known color: Elm. HEX triplet: 1B, 80 and 7C. RGB value is (27,128,124). Sum of RGB (Red+Green+Blue) = 27+128+124=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #1B807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B807C is #E47F83. Grayscale: #616161. Windows color (decimal): -14974852 or 8159259. OLE color: 8159259.
HSL color Cylindrical-coordinate representation of color #1B807C: hue angle of 177.62º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B807C is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 128 | 124 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.50 |
| HSL | 177.62º | 0.65% | 0.3% | - |
| HSV(B) | 177.62º | 0.79% | 0.5% | - |
| XYZ | 11.81 | 17.13 | 21.75 | - |
| YUV | 97.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 128 | 124 | 0.79 | 0 | 0.03 | 0.50 | 177.62 | 0.65 | 0.3 |
| Hex | 1B | 80 | 7C | 4F | 0 | 3 | 32 | B2 | 41 | 1E |
| Octal | 33 | 200 | 174 | 117 | 0 | 3 | 62 | 262 | 101 | 36 |
| Binary | 11011 | 10000000 | 1111100 | 1001111 | 0 | 11 | 110010 | 10110010 | 1000001 | 11110 |
Color Harmonies of #1B807C
Complementary color
Monochromatic Colors of #1B807C
Black with #1B807C
Text Example
Text Example
White with #1B807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B807C; }
p { color: rgb(27,128,124); }
H1.HeaderClassName
{
color: #1B807C;
}
.AnyTagClassName
{
color: #1B807C;
}
</style>
background-color css
<style>
a { background-color: #1B807C; }
a { background-color: rgb(27,128,124); }
div.DivClassName
{
background-color: #1B807C;
}
.BgClassName
{
background-color: #1B807C;
}
</style>
border-color css
<style>
span { border-color: #1B807C; }
span { border-color: rgb(27,128,124); }
td.TdClassName
{
border-color: #1B807C;
}
.TagClassName
{
border-color: #1B807C;
}
</style>