#168278

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

Shades of Elm #168278

Tints of Elm #168278

Color information

#168278 (or 0x168278) is unknown color: approx Elm. HEX triplet: 16, 82 and 78. RGB value is (22,130,120). Sum of RGB (Red+Green+Blue) = 22+130+120=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #168278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168278 is #E97D87. Grayscale: #606060. Windows color (decimal): -15302024 or 7897622. OLE color: 7897622.

HSL color Cylindrical-coordinate representation of color #168278: hue angle of 174.44º 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 #168278 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB22130120-
CMYK0.8300.080.49
HSL174.44º71.05%29.8%-
HSV(B)174.44º83.08%50.98%-
XYZ11.717.4920.53-
YUV96.57141.2274.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.09%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=8.09%
G=47.79%
B=44.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal221301200.8300.080.49174.4471.0529.8
Hex168278530831ae471e
Octal262021701230106125610736
Binary1011010000010111100010100110100011000110101110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168278; }

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

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

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

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

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

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

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

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