Shades of Elf Green #178D80
Tints of Elf Green #178D80
RGB
CMYK
RGB Variations
Color information
#178D80 (or 0x178D80) is known color: Elf Green. HEX triplet: 17, 8D and 80. RGB value is (23,141,128). Sum of RGB (Red+Green+Blue) = 23+141+128=292 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.88% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #178D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178D80 is #E8727F. Grayscale: #686868. Windows color (decimal): -15233664 or 8424727. OLE color: 8424727.
HSL color Cylindrical-coordinate representation of color #178D80: hue angle of 173.39º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #178D80 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 141 | 128 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.45 |
| HSL | 173.39º | 0.72% | 0.32% | - |
| HSV(B) | 173.39º | 0.84% | 0.55% | - |
| XYZ | 13.77 | 20.79 | 23.71 | - |
| YUV | 104.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 128 | 0.84 | 0 | 0.09 | 0.45 | 173.39 | 0.72 | 0.32 |
| Hex | 17 | 8D | 80 | 54 | 0 | 9 | 2D | AD | 48 | 20 |
| Octal | 27 | 215 | 200 | 124 | 0 | 11 | 55 | 255 | 110 | 40 |
| Binary | 10111 | 10001101 | 10000000 | 1010100 | 0 | 1001 | 101101 | 10101101 | 1001000 | 100000 |
Color Harmonies of #178D80
Complementary color
Monochromatic Colors of #178D80
Black with #178D80
Text Example
Text Example
White with #178D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178D80; }
p { color: rgb(23,141,128); }
H1.HeaderClassName
{
color: #178D80;
}
.AnyTagClassName
{
color: #178D80;
}
</style>
background-color css
<style>
a { background-color: #178D80; }
a { background-color: rgb(23,141,128); }
div.DivClassName
{
background-color: #178D80;
}
.BgClassName
{
background-color: #178D80;
}
</style>
border-color css
<style>
span { border-color: #178D80; }
span { border-color: rgb(23,141,128); }
td.TdClassName
{
border-color: #178D80;
}
.TagClassName
{
border-color: #178D80;
}
</style>