#197970

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

Shades of Elm #197970

Tints of Elm #197970

Color information

#197970 (or 0x197970) is unknown color: approx Elm. HEX triplet: 19, 79 and 70. RGB value is (25,121,112). Sum of RGB (Red+Green+Blue) = 25+121+112=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #197970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197970 is #E6868F. Grayscale: #5B5B5B. Windows color (decimal): -15107728 or 7371033. OLE color: 7371033.

HSL color Cylindrical-coordinate representation of color #197970: hue angle of 174.38º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197970 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB25121112-
CMYK0.7900.070.53
HSL174.38º65.75%28.63%-
HSV(B)174.38º79.34%47.45%-
XYZ10.1615.0517.7-
YUV91.27139.780.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.69%
GREEN value IS 121 (47.66% from 255) = 46.90%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=9.69%
G=46.90%
B=43.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251211120.7900.070.53174.3865.7528.63
Hex1979704F0735ae421d
Octal31171160117076525610235
Binary11001111100111100001001111011111010110101110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197970; }

 p { color: rgb(25,121,112); }

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

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

 a { background-color: rgb(25,121,112); }

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

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

 span { border-color: rgb(25,121,112); }

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