#16857D

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

Shades of Elm #16857D

Tints of Elm #16857D

Color information

#16857D (or 0x16857D) is unknown color: approx Elm. HEX triplet: 16, 85 and 7D. RGB value is (22,133,125). Sum of RGB (Red+Green+Blue) = 22+133+125=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #16857D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16857D is #E97A82. Grayscale: #626262. Windows color (decimal): -15301251 or 8226070. OLE color: 8226070.

HSL color Cylindrical-coordinate representation of color #16857D: hue angle of 175.68º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16857D is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB22133125-
CMYK0.8300.060.48
HSL175.68º71.61%30.39%-
HSV(B)175.68º83.46%52.16%-
XYZ12.4218.4322.3-
YUV98.9142.7373.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.86%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=7.86%
G=47.5%
B=44.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221331250.8300.060.48175.6871.6130.39
Hex16857D530630b0481e
Octal26205175123066026011036
Binary101101000010111111011010011011011000010110000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16857D; }

 p { color: rgb(22,133,125); }

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

<style>
 a { background-color: #16857D; }

 a { background-color: rgb(22,133,125); }

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

<style>
 span { border-color: #16857D; }

 span { border-color: rgb(22,133,125); }

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