#16827A

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

Shades of Elm #16827A

Tints of Elm #16827A

Color information

#16827A (or 0x16827A) is unknown color: approx Elm. HEX triplet: 16, 82 and 7A. RGB value is (22,130,122). Sum of RGB (Red+Green+Blue) = 22+130+122=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #16827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16827A is #E97D85. Grayscale: #606060. Windows color (decimal): -15302022 or 8028694. OLE color: 8028694.

HSL color Cylindrical-coordinate representation of color #16827A: hue angle of 175.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16827A is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB22130122-
CMYK0.8300.060.49
HSL175.56º71.05%29.8%-
HSV(B)175.56º83.08%50.98%-
XYZ11.8317.5421.17-
YUV96.8142.2274.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=8.03%
G=47.45%
B=44.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal221301220.8300.060.49175.5671.0529.8
Hex16827A530631b0471e
Octal26202172123066126010736
Binary101101000001011110101010011011011000110110000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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