Shades of Elm #1B8A83
Tints of Elm #1B8A83
RGB
CMYK
RGB Variations
Color information
#1B8A83 (or 0x1B8A83) is known color: Elm. HEX triplet: 1B, 8A and 83. RGB value is (27,138,131). Sum of RGB (Red+Green+Blue) = 27+138+131=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #1B8A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8A83 is #E4757C. Grayscale: #676767. Windows color (decimal): -14972285 or 8620571. OLE color: 8620571.
HSL color Cylindrical-coordinate representation of color #1B8A83: hue angle of 176.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8A83 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 138 | 131 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.46 |
| HSL | 176.22º | 0.67% | 0.32% | - |
| HSV(B) | 176.22º | 0.8% | 0.54% | - |
| XYZ | 13.64 | 20.05 | 24.62 | - |
| YUV | 104.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 138 | 131 | 0.80 | 0 | 0.05 | 0.46 | 176.22 | 0.67 | 0.32 |
| Hex | 1B | 8A | 83 | 50 | 0 | 5 | 2E | B0 | 43 | 20 |
| Octal | 33 | 212 | 203 | 120 | 0 | 5 | 56 | 260 | 103 | 40 |
| Binary | 11011 | 10001010 | 10000011 | 1010000 | 0 | 101 | 101110 | 10110000 | 1000011 | 100000 |
Color Harmonies of #1B8A83
Complementary color
Monochromatic Colors of #1B8A83
Black with #1B8A83
Text Example
Text Example
White with #1B8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8A83; }
p { color: rgb(27,138,131); }
H1.HeaderClassName
{
color: #1B8A83;
}
.AnyTagClassName
{
color: #1B8A83;
}
</style>
background-color css
<style>
a { background-color: #1B8A83; }
a { background-color: rgb(27,138,131); }
div.DivClassName
{
background-color: #1B8A83;
}
.BgClassName
{
background-color: #1B8A83;
}
</style>
border-color css
<style>
span { border-color: #1B8A83; }
span { border-color: rgb(27,138,131); }
td.TdClassName
{
border-color: #1B8A83;
}
.TagClassName
{
border-color: #1B8A83;
}
</style>