Html Css Color HEX #167272 Elm

📋 copy color: '#167272'

red 22 ◦ green 114 ◦ blue 114

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

Shades of Elm #167272

Tints of Elm #167272

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.6%

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 8.8%
G = 45.6%
B = 45.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#167272 (or 0x167272) is known color: Elm. HEX triplet: 16, 72 and 72. RGB value is (22,114,114). Sum of RGB (Red+Green+Blue) = 22+114+114=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #167272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167272 is #E98D8D. Grayscale: #565656. Windows color (decimal): -15306126 or 7500310. OLE color: 7500310.

HSL color Cylindrical-coordinate representation of color #167272: hue angle of 180º 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 #167272 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 114 114 -
CMYK 0.81 0 0 0.55
HSL 180º 0.68% 0.27% -
HSV(B) 180º 0.81% 0.45% -
XYZ 9.39 13.42 18.02 -
YUV 86.49 143.52 82 -
System Red Green Blue C M Y K H S L
Decimal 22 114 114 0.81 0 0 0.55 180 0.68 0.27
Hex 16 72 72 51 0 0 37 B4 44 1B
Octal 26 162 162 121 0 0 67 264 104 33
Binary 10110 1110010 1110010 1010001 0 0 110111 10110100 1000100 11011

Color Harmonies of #167272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167272

Black with #167272

Text Example


Text Example

White with #167272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167272; }

 p { color: rgb(22,114,114); }

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

background-color css

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

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

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

border-color css

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

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

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