Html Css Color HEX #197C7C Elm

📋 copy color: '#197C7C'

red 25 ◦ green 124 ◦ blue 124

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

Shades of Elm #197C7C

Tints of Elm #197C7C

RGB

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

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

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

R = 9.16%
G = 45.42%
B = 45.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#197C7C (or 0x197C7C) is known color: Elm. HEX triplet: 19, 7C and 7C. RGB value is (25,124,124). Sum of RGB (Red+Green+Blue) = 25+124+124=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #197C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C7C is #E68383. Grayscale: #5E5E5E. Windows color (decimal): -15106948 or 8158233. OLE color: 8158233.

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

Color convert

RGB 25 124 124 -
CMYK 0.80 0 0 0.51
HSL 180º 0.66% 0.29% -
HSV(B) 180º 0.8% 0.49% -
XYZ 11.25 16.08 21.58 -
YUV 94.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 25 124 124 0.80 0 0 0.51 180 0.66 0.29
Hex 19 7C 7C 50 0 0 33 B4 42 1D
Octal 31 174 174 120 0 0 63 264 102 35
Binary 11001 1111100 1111100 1010000 0 0 110011 10110100 1000010 11101

Color Harmonies of #197C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C7C

Black with #197C7C

Text Example


Text Example

White with #197C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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