Html Css Color HEX #208171 Elm

📋 copy color: '#208171'

red 32 ◦ green 129 ◦ blue 113

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

Shades of Elm #208171

Tints of Elm #208171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.08%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 11.68%
G = 47.08%
B = 41.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#208171 (or 0x208171) is known color: Elm. HEX triplet: 20, 81 and 71. RGB value is (32,129,113). Sum of RGB (Red+Green+Blue) = 32+129+113=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #208171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208171 is #DF7E8E. Grayscale: #626262. Windows color (decimal): -14646927 or 7438624. OLE color: 7438624.

HSL color Cylindrical-coordinate representation of color #208171: hue angle of 170.1º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208171 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 129 113 -
CMYK 0.75 0 0.12 0.49
HSL 170.1º 0.6% 0.32% -
HSV(B) 170.1º 0.75% 0.51% -
XYZ 11.43 17.2 18.34 -
YUV 98.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 32 129 113 0.75 0 0.12 0.49 170.1 0.6 0.32
Hex 20 81 71 4B 0 C 31 AA 3C 20
Octal 40 201 161 113 0 14 61 252 74 40
Binary 100000 10000001 1110001 1001011 0 1100 110001 10101010 111100 100000

Color Harmonies of #208171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208171

Black with #208171

Text Example


Text Example

White with #208171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208171; }

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

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

background-color css

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

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

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

border-color css

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

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

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