Html Css Color HEX #197276 Allports

📋 copy color: '#197276'

red 25 ◦ green 114 ◦ blue 118

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

Shades of Allports #197276

Tints of Allports #197276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.36%

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

R = 9.73%
G = 44.36%
B = 45.91%

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

#197276 (or 0x197276) is known color: Allports. HEX triplet: 19, 72 and 76. RGB value is (25,114,118). Sum of RGB (Red+Green+Blue) = 25+114+118=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #197276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197276 is #E68D89. Grayscale: #575757. Windows color (decimal): -15109514 or 7762457. OLE color: 7762457.

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

Color convert

RGB 25 114 118 -
CMYK 0.79 0.03 0 0.54
HSL 182.58º 0.65% 0.28% -
HSV(B) 182.58º 0.79% 0.46% -
XYZ 9.69 13.55 19.24 -
YUV 87.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 25 114 118 0.79 0.03 0 0.54 182.58 0.65 0.28
Hex 19 72 76 4F 3 0 36 B7 41 1C
Octal 31 162 166 117 3 0 66 267 101 34
Binary 11001 1110010 1110110 1001111 11 0 110110 10110111 1000001 11100

Color Harmonies of #197276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197276

Black with #197276

Text Example


Text Example

White with #197276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197276; }

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

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

background-color css

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

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

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

border-color css

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

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

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