Html Css Color HEX #197272 Elm

📋 copy color: '#197272'

red 25 ◦ green 114 ◦ blue 114

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

Shades of Elm #197272

Tints of Elm #197272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.06%

R = 9.88%
G = 45.06%
B = 45.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#197272 (or 0x197272) is known color: Elm. HEX triplet: 19, 72 and 72. RGB value is (25,114,114). Sum of RGB (Red+Green+Blue) = 25+114+114=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #197272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197272 is #E68D8D. Grayscale: #575757. Windows color (decimal): -15109518 or 7500313. OLE color: 7500313.

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

Color convert

RGB 25 114 114 -
CMYK 0.78 0 0 0.55
HSL 180º 0.64% 0.27% -
HSV(B) 180º 0.78% 0.45% -
XYZ 9.46 13.46 18.02 -
YUV 87.39 143.01 83.5 -
System Red Green Blue C M Y K H S L
Decimal 25 114 114 0.78 0 0 0.55 180 0.64 0.27
Hex 19 72 72 4E 0 0 37 B4 40 1B
Octal 31 162 162 116 0 0 67 264 100 33
Binary 11001 1110010 1110010 1001110 0 0 110111 10110100 1000000 11011

Color Harmonies of #197272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197272

Black with #197272

Text Example


Text Example

White with #197272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197272; }

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

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

background-color css

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

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

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

border-color css

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

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

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