Shades of Elf Green #178E80
Tints of Elf Green #178E80
RGB
CMYK
RGB Variations
Color information
#178E80 (or 0x178E80) is known color: Elf Green. HEX triplet: 17, 8E and 80. RGB value is (23,142,128). Sum of RGB (Red+Green+Blue) = 23+142+128=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #178E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178E80 is #E8717F. Grayscale: #686868. Windows color (decimal): -15233408 or 8424983. OLE color: 8424983.
HSL color Cylindrical-coordinate representation of color #178E80: hue angle of 172.94º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #178E80 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 142 | 128 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.44 |
| HSL | 172.94º | 0.72% | 0.32% | - |
| HSV(B) | 172.94º | 0.84% | 0.56% | - |
| XYZ | 13.92 | 21.09 | 23.76 | - |
| YUV | 104.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 142 | 128 | 0.84 | 0 | 0.10 | 0.44 | 172.94 | 0.72 | 0.32 |
| Hex | 17 | 8E | 80 | 54 | 0 | A | 2C | AD | 48 | 20 |
| Octal | 27 | 216 | 200 | 124 | 0 | 12 | 54 | 255 | 110 | 40 |
| Binary | 10111 | 10001110 | 10000000 | 1010100 | 0 | 1010 | 101100 | 10101101 | 1001000 | 100000 |
Color Harmonies of #178E80
Complementary color
Monochromatic Colors of #178E80
Black with #178E80
Text Example
Text Example
White with #178E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178E80; }
p { color: rgb(23,142,128); }
H1.HeaderClassName
{
color: #178E80;
}
.AnyTagClassName
{
color: #178E80;
}
</style>
background-color css
<style>
a { background-color: #178E80; }
a { background-color: rgb(23,142,128); }
div.DivClassName
{
background-color: #178E80;
}
.BgClassName
{
background-color: #178E80;
}
</style>
border-color css
<style>
span { border-color: #178E80; }
span { border-color: rgb(23,142,128); }
td.TdClassName
{
border-color: #178E80;
}
.TagClassName
{
border-color: #178E80;
}
</style>