Shades of Elm #178A80
Tints of Elm #178A80
RGB
CMYK
RGB Variations
Color information
#178A80 (or 0x178A80) is known color: Elm. HEX triplet: 17, 8A and 80. RGB value is (23,138,128). Sum of RGB (Red+Green+Blue) = 23+138+128=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #178A80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178A80 is #E8757F. Grayscale: #666666. Windows color (decimal): -15234432 or 8423959. OLE color: 8423959.
HSL color Cylindrical-coordinate representation of color #178A80: hue angle of 174.78º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178A80 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 138 | 128 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.46 |
| HSL | 174.78º | 0.71% | 0.32% | - |
| HSV(B) | 174.78º | 0.83% | 0.54% | - |
| XYZ | 13.34 | 19.92 | 23.56 | - |
| YUV | 102.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 128 | 0.83 | 0 | 0.07 | 0.46 | 174.78 | 0.71 | 0.32 |
| Hex | 17 | 8A | 80 | 53 | 0 | 7 | 2E | AF | 47 | 20 |
| Octal | 27 | 212 | 200 | 123 | 0 | 7 | 56 | 257 | 107 | 40 |
| Binary | 10111 | 10001010 | 10000000 | 1010011 | 0 | 111 | 101110 | 10101111 | 1000111 | 100000 |
Color Harmonies of #178A80
Complementary color
Monochromatic Colors of #178A80
Black with #178A80
Text Example
Text Example
White with #178A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178A80; }
p { color: rgb(23,138,128); }
H1.HeaderClassName
{
color: #178A80;
}
.AnyTagClassName
{
color: #178A80;
}
</style>
background-color css
<style>
a { background-color: #178A80; }
a { background-color: rgb(23,138,128); }
div.DivClassName
{
background-color: #178A80;
}
.BgClassName
{
background-color: #178A80;
}
</style>
border-color css
<style>
span { border-color: #178A80; }
span { border-color: rgb(23,138,128); }
td.TdClassName
{
border-color: #178A80;
}
.TagClassName
{
border-color: #178A80;
}
</style>