Html Css Color HEX #197175 Allports

📋 copy color: '#197175'

red 25 ◦ green 113 ◦ blue 117

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

Shades of Allports #197175

Tints of Allports #197175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.31%

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

R = 9.8%
G = 44.31%
B = 45.88%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#197175 (or 0x197175) is known color: Allports. HEX triplet: 19, 71 and 75. RGB value is (25,113,117). Sum of RGB (Red+Green+Blue) = 25+113+117=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #197175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197175 is #E68E8A. Grayscale: #575757. Windows color (decimal): -15109771 or 7696665. OLE color: 7696665.

HSL color Cylindrical-coordinate representation of color #197175: hue angle of 182.61º 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 #197175 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 113 117 -
CMYK 0.79 0.03 0 0.54
HSL 182.61º 0.65% 0.28% -
HSV(B) 182.61º 0.79% 0.46% -
XYZ 9.52 13.3 18.9 -
YUV 87.14 144.85 83.67 -
System Red Green Blue C M Y K H S L
Decimal 25 113 117 0.79 0.03 0 0.54 182.61 0.65 0.28
Hex 19 71 75 4F 3 0 36 B7 41 1C
Octal 31 161 165 117 3 0 66 267 101 34
Binary 11001 1110001 1110101 1001111 11 0 110110 10110111 1000001 11100

Color Harmonies of #197175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197175

Black with #197175

Text Example


Text Example

White with #197175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197175; }

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

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

background-color css

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

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

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

border-color css

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

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

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