Html Css Color HEX #197974 Elm

📋 copy color: '#197974'

red 25 ◦ green 121 ◦ blue 116

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

Shades of Elm #197974

Tints of Elm #197974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.18%

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 9.54%
G = 46.18%
B = 44.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#197974 (or 0x197974) is known color: Elm. HEX triplet: 19, 79 and 74. RGB value is (25,121,116). Sum of RGB (Red+Green+Blue) = 25+121+116=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #197974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197974 is #E6868B. Grayscale: #5B5B5B. Windows color (decimal): -15107724 or 7633177. OLE color: 7633177.

HSL color Cylindrical-coordinate representation of color #197974: hue angle of 176.88º 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 #197974 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 121 116 -
CMYK 0.79 0 0.04 0.53
HSL 176.88º 0.66% 0.29% -
HSV(B) 176.88º 0.79% 0.47% -
XYZ 10.39 15.14 18.9 -
YUV 91.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 25 121 116 0.79 0 0.04 0.53 176.88 0.66 0.29
Hex 19 79 74 4F 0 4 35 B1 42 1D
Octal 31 171 164 117 0 4 65 261 102 35
Binary 11001 1111001 1110100 1001111 0 100 110101 10110001 1000010 11101

Color Harmonies of #197974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197974

Black with #197974

Text Example


Text Example

White with #197974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197974; }

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

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

background-color css

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

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

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

border-color css

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

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

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