#197F7A

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

Shades of Elm #197F7A

Tints of Elm #197F7A

Color information

#197F7A (or 0x197F7A) is unknown color: approx Elm. HEX triplet: 19, 7F and 7A. RGB value is (25,127,122). Sum of RGB (Red+Green+Blue) = 25+127+122=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #197F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F7A is #E68085. Grayscale: #5F5F5F. Windows color (decimal): -15106182 or 8027929. OLE color: 8027929.

HSL color Cylindrical-coordinate representation of color #197F7A: hue angle of 177.06º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F7A is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB25127122-
CMYK0.8000.040.50
HSL177.06º67.11%29.8%-
HSV(B)177.06º80.31%49.8%-
XYZ11.516.7921.05-
YUV95.93142.7177.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.12%
GREEN value IS 127 (50% from 255) = 46.35%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=9.12%
G=46.35%
B=44.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251271220.8000.040.50177.0667.1129.8
Hex197F7A500432b1431e
Octal31177172120046226110336
Binary11001111111111110101010000010011001010110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197F7A; }

 p { color: rgb(25,127,122); }

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

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

 a { background-color: rgb(25,127,122); }

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

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

 span { border-color: rgb(25,127,122); }

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