Html Css Color HEX #197973 Elm

📋 copy color: '#197973'

red 25 ◦ green 121 ◦ blue 115

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

Shades of Elm #197973

Tints of Elm #197973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 9.58%
G = 46.36%
B = 44.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#197973 (or 0x197973) is known color: Elm. HEX triplet: 19, 79 and 73. RGB value is (25,121,115). Sum of RGB (Red+Green+Blue) = 25+121+115=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #197973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197973 is #E6868C. Grayscale: #5B5B5B. Windows color (decimal): -15107725 or 7567641. OLE color: 7567641.

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

Color convert

RGB 25 121 115 -
CMYK 0.79 0 0.05 0.53
HSL 176.25º 0.66% 0.29% -
HSV(B) 176.25º 0.79% 0.47% -
XYZ 10.33 15.12 18.59 -
YUV 91.61 141.2 80.49 -
System Red Green Blue C M Y K H S L
Decimal 25 121 115 0.79 0 0.05 0.53 176.25 0.66 0.29
Hex 19 79 73 4F 0 5 35 B0 42 1D
Octal 31 171 163 117 0 5 65 260 102 35
Binary 11001 1111001 1110011 1001111 0 101 110101 10110000 1000010 11101

Color Harmonies of #197973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197973

Black with #197973

Text Example


Text Example

White with #197973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197973; }

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

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

background-color css

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

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

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

border-color css

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

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

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