Html Css Color HEX #197076 Allports

📋 copy color: '#197076'

red 25 ◦ green 112 ◦ blue 118

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

Shades of Allports #197076

Tints of Allports #197076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.92%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 9.8%
G = 43.92%
B = 46.27%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#197076 (or 0x197076) is known color: Allports. HEX triplet: 19, 70 and 76. RGB value is (25,112,118). Sum of RGB (Red+Green+Blue) = 25+112+118=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #197076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197076 is #E68F89. Grayscale: #565656. Windows color (decimal): -15110026 or 7761945. OLE color: 7761945.

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

Color convert

RGB 25 112 118 -
CMYK 0.79 0.05 0 0.54
HSL 183.87º 0.65% 0.28% -
HSV(B) 183.87º 0.79% 0.46% -
XYZ 9.47 13.1 19.17 -
YUV 86.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 25 112 118 0.79 0.05 0 0.54 183.87 0.65 0.28
Hex 19 70 76 4F 5 0 36 B8 41 1C
Octal 31 160 166 117 5 0 66 270 101 34
Binary 11001 1110000 1110110 1001111 101 0 110110 10111000 1000001 11100

Color Harmonies of #197076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197076

Black with #197076

Text Example


Text Example

White with #197076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197076; }

 p { color: rgb(25,112,118); }

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

background-color css

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

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

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

border-color css

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

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

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