Html Css Color HEX #197273 Elm

📋 copy color: '#197273'

red 25 ◦ green 114 ◦ blue 115

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

Shades of Elm #197273

Tints of Elm #197273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.28%

R = 9.84%
G = 44.88%
B = 45.28%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#197273 (or 0x197273) is known color: Elm. HEX triplet: 19, 72 and 73. RGB value is (25,114,115). Sum of RGB (Red+Green+Blue) = 25+114+115=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #197273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197273 is #E68D8C. Grayscale: #575757. Windows color (decimal): -15109517 or 7565849. OLE color: 7565849.

HSL color Cylindrical-coordinate representation of color #197273: hue angle of 180.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197273 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 114 115 -
CMYK 0.78 0.01 0 0.55
HSL 180.67º 0.64% 0.27% -
HSV(B) 180.67º 0.78% 0.45% -
XYZ 9.51 13.48 18.32 -
YUV 87.5 143.51 83.42 -
System Red Green Blue C M Y K H S L
Decimal 25 114 115 0.78 0.01 0 0.55 180.67 0.64 0.27
Hex 19 72 73 4E 1 0 37 B5 40 1B
Octal 31 162 163 116 1 0 67 265 100 33
Binary 11001 1110010 1110011 1001110 1 0 110111 10110101 1000000 11011

Color Harmonies of #197273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197273

Black with #197273

Text Example


Text Example

White with #197273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197273; }

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

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

background-color css

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

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

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

border-color css

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

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

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