Html Css Color HEX #197C7A Elm

📋 copy color: '#197C7A'

red 25 ◦ green 124 ◦ blue 122

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

Shades of Elm #197C7A

Tints of Elm #197C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 122 (48.05% from 255) = 45.02%

R = 9.23%
G = 45.76%
B = 45.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#197C7A (or 0x197C7A) is known color: Elm. HEX triplet: 19, 7C and 7A. RGB value is (25,124,122). Sum of RGB (Red+Green+Blue) = 25+124+122=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #197C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C7A is #E68385. Grayscale: #5E5E5E. Windows color (decimal): -15106950 or 8027161. OLE color: 8027161.

HSL color Cylindrical-coordinate representation of color #197C7A: hue angle of 178.79º degrees, saturation: 0.66, 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 #197C7A is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 124 122 -
CMYK 0.80 0 0.02 0.51
HSL 178.79º 0.66% 0.29% -
HSV(B) 178.79º 0.8% 0.49% -
XYZ 11.12 16.03 20.92 -
YUV 94.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 25 124 122 0.80 0 0.02 0.51 178.79 0.66 0.29
Hex 19 7C 7A 50 0 2 33 B3 42 1D
Octal 31 174 172 120 0 2 63 263 102 35
Binary 11001 1111100 1111010 1010000 0 10 110011 10110011 1000010 11101

Color Harmonies of #197C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C7A

Black with #197C7A

Text Example


Text Example

White with #197C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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