Html Css Color HEX #197D7C Elm

📋 copy color: '#197D7C'

red 25 ◦ green 125 ◦ blue 124

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

Shades of Elm #197D7C

Tints of Elm #197D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.62%

 BLUE value IS 124 (48.83% from 255) = 45.26%

R = 9.12%
G = 45.62%
B = 45.26%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#197D7C (or 0x197D7C) is known color: Elm. HEX triplet: 19, 7D and 7C. RGB value is (25,125,124). Sum of RGB (Red+Green+Blue) = 25+125+124=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #197D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D7C is #E68283. Grayscale: #5E5E5E. Windows color (decimal): -15106692 or 8158489. OLE color: 8158489.

HSL color Cylindrical-coordinate representation of color #197D7C: hue angle of 179.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D7C is Cyan = 0.8, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 125 124 -
CMYK 0.8 0 0.01 0.51
HSL 179.4º 0.67% 0.29% -
HSV(B) 179.4º 0.8% 0.49% -
XYZ 11.37 16.33 21.62 -
YUV 94.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 25 125 124 0.8 0 0.01 0.51 179.4 0.67 0.29
Hex 19 7D 7C 50 0 1 33 B3 43 1D
Octal 31 175 174 120 0 1 63 263 103 35
Binary 11001 1111101 1111100 1010000 0 1 110011 10110011 1000011 11101

Color Harmonies of #197D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D7C

Black with #197D7C

Text Example


Text Example

White with #197D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197D7C; }

 p { color: rgb(25,125,124); }

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

background-color css

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

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

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

border-color css

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

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

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