Html Css Color HEX #207170 Elm

📋 copy color: '#207170'

red 32 ◦ green 113 ◦ blue 112

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

Shades of Elm #207170

Tints of Elm #207170

RGB

 RED value IS 32 (12.89% from 255) = 12.45%

 GREEN value IS 113 (44.53% from 255) = 43.97%

 BLUE value IS 112 (44.14% from 255) = 43.58%

R = 12.45%
G = 43.97%
B = 43.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#207170 (or 0x207170) is known color: Elm. HEX triplet: 20, 71 and 70. RGB value is (32,113,112). Sum of RGB (Red+Green+Blue) = 32+113+112=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #207170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207170 is #DF8E8F. Grayscale: #585858. Windows color (decimal): -14651024 or 7368992. OLE color: 7368992.

HSL color Cylindrical-coordinate representation of color #207170: hue angle of 179.26º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207170 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 113 112 -
CMYK 0.72 0 0.01 0.56
HSL 179.26º 0.56% 0.28% -
HSV(B) 179.26º 0.72% 0.44% -
XYZ 9.43 13.29 17.4 -
YUV 88.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 32 113 112 0.72 0 0.01 0.56 179.26 0.56 0.28
Hex 20 71 70 48 0 1 38 B3 38 1C
Octal 40 161 160 110 0 1 70 263 70 34
Binary 100000 1110001 1110000 1001000 0 1 111000 10110011 111000 11100

Color Harmonies of #207170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207170

Black with #207170

Text Example


Text Example

White with #207170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207170; }

 p { color: rgb(32,113,112); }

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

background-color css

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

 a { background-color: rgb(32,113,112); }

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

border-color css

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

 span { border-color: rgb(32,113,112); }

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