Html Css Color HEX #197270 Elm

📋 copy color: '#197270'

red 25 ◦ green 114 ◦ blue 112

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

Shades of Elm #197270

Tints of Elm #197270

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 value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#197270 (or 0x197270) is known color: 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

RGB 25 114 112 -
CMYK 0.78 0 0.02 0.55
HSL 178.65º 0.64% 0.27% -
HSV(B) 178.65º 0.78% 0.45% -
XYZ 9.34 13.41 17.43 -
YUV 87.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 25 114 112 0.78 0 0.02 0.55 178.65 0.64 0.27
Hex 19 72 70 4E 0 2 37 B3 40 1B
Octal 31 162 160 116 0 2 67 263 100 33
Binary 11001 1110010 1110000 1001110 0 10 110111 10110011 1000000 11011

Color Harmonies of #197270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197270

Black with #197270

Text Example


Text Example

White with #197270

Text Example


Text Example

HTML Codes & Css Web 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>