#16797A

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

Shades of Elm #16797A

Tints of Elm #16797A

Color information

#16797A (or 0x16797A) is unknown color: approx Elm. HEX triplet: 16, 79 and 7A. RGB value is (22,121,122). Sum of RGB (Red+Green+Blue) = 22+121+122=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #16797A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16797A is #E98685. Grayscale: #5B5B5B. Windows color (decimal): -15304326 or 8026390. OLE color: 8026390.

HSL color Cylindrical-coordinate representation of color #16797A: hue angle of 180.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16797A is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB22121122-
CMYK0.820.0100.52
HSL180.6º69.44%28.24%-
HSV(B)180.6º81.97%47.84%-
XYZ10.6815.2520.79-
YUV91.51145.278.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 121 (47.66% from 255) = 45.66%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=8.30%
G=45.66%
B=46.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal221211220.820.0100.52180.669.4428.24
Hex16797A521034b5451c
Octal26171172122106426510534
Binary101101111001111101010100101011010010110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16797A; }

 p { color: rgb(22,121,122); }

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

<style>
 a { background-color: #16797A; }

 a { background-color: rgb(22,121,122); }

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

<style>
 span { border-color: #16797A; }

 span { border-color: rgb(22,121,122); }

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