#168D80

Color #168D80 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #168D80

Tints of Elf Green #168D80

Color information

#168D80 (or 0x168D80) is unknown color: approx Elf Green. HEX triplet: 16, 8D and 80. RGB value is (22,141,128). Sum of RGB (Red+Green+Blue) = 22+141+128=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #168D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168D80 is #E9727F. Grayscale: #676767. Windows color (decimal): -15299200 or 8424726. OLE color: 8424726.

HSL color Cylindrical-coordinate representation of color #168D80: hue angle of 173.45º degrees, saturation: 0.73, 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 #168D80 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB22141128-
CMYK0.8400.090.45
HSL173.45º73.01%31.96%-
HSV(B)173.45º84.4%55.29%-
XYZ13.7520.7823.71-
YUV103.94141.5869.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 7.56%
GREEN value IS 141 (55.47% from 255) = 48.45%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=7.56%
G=48.45%
B=43.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221411280.8400.090.45173.4573.0131.96
Hex168D8054092Dad4920
Octal262152001240115525511140
Binary101101000110110000000101010001001101101101011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168D80; }

 p { color: rgb(22,141,128); }

 H1.HeaderClassName
 {
   color: #168D80;
 }
 .AnyTagClassName
 {
   color: #168D80;
 }
</style>
background-color css

<style>
 a { background-color: #168D80; }

 a { background-color: rgb(22,141,128); }

 div.DivClassName
 {
   background-color: #168D80;
 }
 .BgClassName
 {
   background-color: #168D80;
 }
</style>
border-color css

<style>
 span { border-color: #168D80; }

 span { border-color: rgb(22,141,128); }

 td.TdClassName
 {
   border-color: #168D80;
 }
 .TagClassName
 {
   border-color: #168D80;
 }
</style>