Html Css Color HEX #197575 Elm

📋 copy color: '#197575'

red 25 ◦ green 117 ◦ blue 117

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

Shades of Elm #197575

Tints of Elm #197575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 9.65%
G = 45.17%
B = 45.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#197575 (or 0x197575) is known color: Elm. HEX triplet: 19, 75 and 75. RGB value is (25,117,117). Sum of RGB (Red+Green+Blue) = 25+117+117=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #197575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197575 is #E68A8A. Grayscale: #595959. Windows color (decimal): -15108747 or 7697689. OLE color: 7697689.

HSL color Cylindrical-coordinate representation of color #197575: hue angle of 180º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197575 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 117 117 -
CMYK 0.79 0 0 0.54
HSL 180º 0.65% 0.28% -
HSV(B) 180º 0.79% 0.46% -
XYZ 9.97 14.21 19.05 -
YUV 89.49 143.52 82 -
System Red Green Blue C M Y K H S L
Decimal 25 117 117 0.79 0 0 0.54 180 0.65 0.28
Hex 19 75 75 4F 0 0 36 B4 41 1C
Octal 31 165 165 117 0 0 66 264 101 34
Binary 11001 1110101 1110101 1001111 0 0 110110 10110100 1000001 11100

Color Harmonies of #197575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197575

Black with #197575

Text Example


Text Example

White with #197575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197575; }

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

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

background-color css

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

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

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

border-color css

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

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

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