#197273

Color #197273 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #197273

Tints of Elm #197273

Color information

#197273 (or 0x197273) is unknown color: approx 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

RGB25114115-
CMYK0.780.0100.55
HSL180.67º64.29%27.45%-
HSV(B)180.67º78.26%45.1%-
XYZ9.5113.4818.32-
YUV87.5143.5183.42-

RGB Variations

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

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 (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251141150.780.0100.55180.6764.2927.45
Hex1972734E1037b5401b
Octal31162163116106726510033
Binary110011110010111001110011101011011110110101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>