Html Css Color HEX #197970 Elm

📋 copy color: '#197970'

red 25 ◦ green 121 ◦ blue 112

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

Shades of Elm #197970

Tints of Elm #197970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 9.69%
G = 46.9%
B = 43.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#197970 (or 0x197970) is known color: 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

RGB 25 121 112 -
CMYK 0.79 0 0.07 0.53
HSL 174.38º 0.66% 0.29% -
HSV(B) 174.38º 0.79% 0.47% -
XYZ 10.16 15.05 17.7 -
YUV 91.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 25 121 112 0.79 0 0.07 0.53 174.38 0.66 0.29
Hex 19 79 70 4F 0 7 35 AE 42 1D
Octal 31 171 160 117 0 7 65 256 102 35
Binary 11001 1111001 1110000 1001111 0 111 110101 10101110 1000010 11101

Color Harmonies of #197970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197970

Black with #197970

Text Example


Text Example

White with #197970

Text Example


Text Example

HTML Codes & Css Web 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>