Html Css Color HEX #197373 Elm

📋 copy color: '#197373'

red 25 ◦ green 115 ◦ blue 115

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

Shades of Elm #197373

Tints of Elm #197373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.1%

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

R = 9.8%
G = 45.1%
B = 45.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#197373 (or 0x197373) is known color: Elm. HEX triplet: 19, 73 and 73. RGB value is (25,115,115). Sum of RGB (Red+Green+Blue) = 25+115+115=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #197373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197373 is #E68C8C. Grayscale: #585858. Windows color (decimal): -15109261 or 7566105. OLE color: 7566105.

HSL color Cylindrical-coordinate representation of color #197373: hue angle of 180º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197373 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 115 115 -
CMYK 0.78 0 0 0.55
HSL 180º 0.64% 0.27% -
HSV(B) 180º 0.78% 0.45% -
XYZ 9.63 13.71 18.36 -
YUV 88.09 143.18 83 -
System Red Green Blue C M Y K H S L
Decimal 25 115 115 0.78 0 0 0.55 180 0.64 0.27
Hex 19 73 73 4E 0 0 37 B4 40 1B
Octal 31 163 163 116 0 0 67 264 100 33
Binary 11001 1110011 1110011 1001110 0 0 110111 10110100 1000000 11011

Color Harmonies of #197373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197373

Black with #197373

Text Example


Text Example

White with #197373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197373; }

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

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

background-color css

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

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

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

border-color css

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

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

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