Html Css Color HEX #167470 Elm

📋 copy color: '#167470'

red 22 ◦ green 116 ◦ blue 112

#167470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #167470

Tints of Elm #167470

RGB

 RED value IS 22 (8.98% from 255) = 8.8%

 GREEN value IS 116 (45.7% from 255) = 46.4%

 BLUE value IS 112 (44.14% from 255) = 44.8%

R = 8.8%
G = 46.4%
B = 44.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#167470 (or 0x167470) is known color: Elm. HEX triplet: 16, 74 and 70. RGB value is (22,116,112). Sum of RGB (Red+Green+Blue) = 22+116+112=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #167470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167470 is #E98B8F. Grayscale: #575757. Windows color (decimal): -15305616 or 7369750. OLE color: 7369750.

HSL color Cylindrical-coordinate representation of color #167470: hue angle of 177.45º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #167470 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 116 112 -
CMYK 0.81 0 0.03 0.55
HSL 177.45º 0.68% 0.27% -
HSV(B) 177.45º 0.81% 0.45% -
XYZ 9.5 13.83 17.5 -
YUV 87.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 22 116 112 0.81 0 0.03 0.55 177.45 0.68 0.27
Hex 16 74 70 51 0 3 37 B1 44 1B
Octal 26 164 160 121 0 3 67 261 104 33
Binary 10110 1110100 1110000 1010001 0 11 110111 10110001 1000100 11011

Color Harmonies of #167470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167470

Black with #167470

Text Example


Text Example

White with #167470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167470; }

 p { color: rgb(22,116,112); }

 H1.HeaderClassName
 {
   color: #167470;
 }
 .AnyTagClassName
 {
   color: #167470;
 }
</style>

background-color css

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

 a { background-color: rgb(22,116,112); }

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

border-color css

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

 span { border-color: rgb(22,116,112); }

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