#16887E

Color #16887E Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #16887E

Tints of Elm #16887E

Color information

#16887E (or 0x16887E) is unknown color: approx Elm. HEX triplet: 16, 88 and 7E. RGB value is (22,136,126). Sum of RGB (Red+Green+Blue) = 22+136+126=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #16887E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16887E is #E97781. Grayscale: #646464. Windows color (decimal): -15300482 or 8292374. OLE color: 8292374.

HSL color Cylindrical-coordinate representation of color #16887E: hue angle of 174.74º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16887E is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB22136126-
CMYK0.8400.070.47
HSL174.74º72.15%30.98%-
HSV(B)174.74º83.82%53.33%-
XYZ12.919.2922.78-
YUV100.77142.2371.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.75%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=7.75%
G=47.89%
B=44.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal221361260.8400.070.47174.7472.1530.98
Hex16887E54072Faf481f
Octal26210176124075725711037
Binary101101000100011111101010100011110111110101111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16887E; }

 p { color: rgb(22,136,126); }

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

<style>
 a { background-color: #16887E; }

 a { background-color: rgb(22,136,126); }

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

<style>
 span { border-color: #16887E; }

 span { border-color: rgb(22,136,126); }

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