Html Css Color HEX #167475 Elm

📋 copy color: '#167475'

red 22 ◦ green 116 ◦ blue 117

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

Shades of Elm #167475

Tints of Elm #167475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 8.63%
G = 45.49%
B = 45.88%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#167475 (or 0x167475) is known color: Elm. HEX triplet: 16, 74 and 75. RGB value is (22,116,117). Sum of RGB (Red+Green+Blue) = 22+116+117=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #167475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167475 is #E98B8A. Grayscale: #575757. Windows color (decimal): -15305611 or 7697430. OLE color: 7697430.

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

Color convert

RGB 22 116 117 -
CMYK 0.81 0.01 0 0.54
HSL 180.63º 0.68% 0.27% -
HSV(B) 180.63º 0.81% 0.46% -
XYZ 9.79 13.95 19.01 -
YUV 88.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 22 116 117 0.81 0.01 0 0.54 180.63 0.68 0.27
Hex 16 74 75 51 1 0 36 B5 44 1B
Octal 26 164 165 121 1 0 66 265 104 33
Binary 10110 1110100 1110101 1010001 1 0 110110 10110101 1000100 11011

Color Harmonies of #167475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167475

Black with #167475

Text Example


Text Example

White with #167475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167475; }

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

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

background-color css

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

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

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

border-color css

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

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

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