Html Css Color HEX #197172 Elm

📋 copy color: '#197172'

red 25 ◦ green 113 ◦ blue 114

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

Shades of Elm #197172

Tints of Elm #197172

RGB

 RED value IS 25 (10.16% from 255) = 9.92%

 GREEN value IS 113 (44.53% from 255) = 44.84%

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

R = 9.92%
G = 44.84%
B = 45.24%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#197172 (or 0x197172) is known color: Elm. HEX triplet: 19, 71 and 72. RGB value is (25,113,114). Sum of RGB (Red+Green+Blue) = 25+113+114=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #197172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197172 is #E68E8D. Grayscale: #565656. Windows color (decimal): -15109774 or 7500057. OLE color: 7500057.

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

Color convert

RGB 25 113 114 -
CMYK 0.78 0.01 0 0.55
HSL 180.67º 0.64% 0.27% -
HSV(B) 180.67º 0.78% 0.45% -
XYZ 9.34 13.23 17.98 -
YUV 86.8 143.35 83.92 -
System Red Green Blue C M Y K H S L
Decimal 25 113 114 0.78 0.01 0 0.55 180.67 0.64 0.27
Hex 19 71 72 4E 1 0 37 B5 40 1B
Octal 31 161 162 116 1 0 67 265 100 33
Binary 11001 1110001 1110010 1001110 1 0 110111 10110101 1000000 11011

Color Harmonies of #197172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197172

Black with #197172

Text Example


Text Example

White with #197172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197172; }

 p { color: rgb(25,113,114); }

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

background-color css

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

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

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

border-color css

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

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

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