#197270

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

Shades of Elm #197270

Tints of Elm #197270

Color information

#197270 (or 0x197270) is unknown color: approx Elm. HEX triplet: 19, 72 and 70. RGB value is (25,114,112). Sum of RGB (Red+Green+Blue) = 25+114+112=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #197270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197270 is #E68D8F. Grayscale: #575757. Windows color (decimal): -15109520 or 7369241. OLE color: 7369241.

HSL color Cylindrical-coordinate representation of color #197270: hue angle of 178.65º 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 #197270 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB25114112-
CMYK0.7800.020.55
HSL178.65º64.03%27.25%-
HSV(B)178.65º78.07%44.71%-
XYZ9.3413.4117.43-
YUV87.16142.0183.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=9.96%
G=45.42%
B=44.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251141120.7800.020.55178.6564.0327.25
Hex1972704E0237b3401b
Octal31162160116026726310033
Binary1100111100101110000100111001011011110110011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197270; }

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

 H1.HeaderClassName
 {
   color: #197270;
 }
 .AnyTagClassName
 {
   color: #197270;
 }
</style>
background-color css

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

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

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

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

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

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