Shades of Elm #1C8C80
Tints of Elm #1C8C80
RGB
CMYK
RGB Variations
Color information
#1C8C80 (or 0x1C8C80) is known color: Elm. HEX triplet: 1C, 8C and 80. RGB value is (28,140,128). Sum of RGB (Red+Green+Blue) = 28+140+128=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8C80 is #E3737F. Grayscale: #696969. Windows color (decimal): -14906240 or 8424476. OLE color: 8424476.
HSL color Cylindrical-coordinate representation of color #1C8C80: hue angle of 173.57º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8C80 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 140 | 128 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.45 |
| HSL | 173.57º | 0.67% | 0.33% | - |
| HSV(B) | 173.57º | 0.8% | 0.55% | - |
| XYZ | 13.75 | 20.56 | 23.67 | - |
| YUV | 105.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 140 | 128 | 0.80 | 0 | 0.09 | 0.45 | 173.57 | 0.67 | 0.33 |
| Hex | 1C | 8C | 80 | 50 | 0 | 9 | 2D | AE | 43 | 21 |
| Octal | 34 | 214 | 200 | 120 | 0 | 11 | 55 | 256 | 103 | 41 |
| Binary | 11100 | 10001100 | 10000000 | 1010000 | 0 | 1001 | 101101 | 10101110 | 1000011 | 100001 |
Color Harmonies of #1C8C80
Complementary color
Monochromatic Colors of #1C8C80
Black with #1C8C80
Text Example
Text Example
White with #1C8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8C80; }
p { color: rgb(28,140,128); }
H1.HeaderClassName
{
color: #1C8C80;
}
.AnyTagClassName
{
color: #1C8C80;
}
</style>
background-color css
<style>
a { background-color: #1C8C80; }
a { background-color: rgb(28,140,128); }
div.DivClassName
{
background-color: #1C8C80;
}
.BgClassName
{
background-color: #1C8C80;
}
</style>
border-color css
<style>
span { border-color: #1C8C80; }
span { border-color: rgb(28,140,128); }
td.TdClassName
{
border-color: #1C8C80;
}
.TagClassName
{
border-color: #1C8C80;
}
</style>