Shades of Elm #1B8883
Tints of Elm #1B8883
RGB
CMYK
RGB Variations
Color information
#1B8883 (or 0x1B8883) is known color: Elm. HEX triplet: 1B, 88 and 83. RGB value is (27,136,131). Sum of RGB (Red+Green+Blue) = 27+136+131=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #1B8883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8883 is #E4777C. Grayscale: #666666. Windows color (decimal): -14972797 or 8620059. OLE color: 8620059.
HSL color Cylindrical-coordinate representation of color #1B8883: hue angle of 177.25º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8883 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 136 | 131 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.47 |
| HSL | 177.25º | 0.67% | 0.32% | - |
| HSV(B) | 177.25º | 0.8% | 0.53% | - |
| XYZ | 13.35 | 19.48 | 24.53 | - |
| YUV | 102.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 136 | 131 | 0.80 | 0 | 0.04 | 0.47 | 177.25 | 0.67 | 0.32 |
| Hex | 1B | 88 | 83 | 50 | 0 | 4 | 2F | B1 | 43 | 20 |
| Octal | 33 | 210 | 203 | 120 | 0 | 4 | 57 | 261 | 103 | 40 |
| Binary | 11011 | 10001000 | 10000011 | 1010000 | 0 | 100 | 101111 | 10110001 | 1000011 | 100000 |
Color Harmonies of #1B8883
Complementary color
Monochromatic Colors of #1B8883
Black with #1B8883
Text Example
Text Example
White with #1B8883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8883; }
p { color: rgb(27,136,131); }
H1.HeaderClassName
{
color: #1B8883;
}
.AnyTagClassName
{
color: #1B8883;
}
</style>
background-color css
<style>
a { background-color: #1B8883; }
a { background-color: rgb(27,136,131); }
div.DivClassName
{
background-color: #1B8883;
}
.BgClassName
{
background-color: #1B8883;
}
</style>
border-color css
<style>
span { border-color: #1B8883; }
span { border-color: rgb(27,136,131); }
td.TdClassName
{
border-color: #1B8883;
}
.TagClassName
{
border-color: #1B8883;
}
</style>