Html Css Color HEX #208172 Elm

📋 copy color: '#208172'

red 32 ◦ green 129 ◦ blue 114

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

Shades of Elm #208172

Tints of Elm #208172

RGB

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

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

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

R = 11.64%
G = 46.91%
B = 41.45%

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

#208172 (or 0x208172) is known color: Elm. HEX triplet: 20, 81 and 72. RGB value is (32,129,114). Sum of RGB (Red+Green+Blue) = 32+129+114=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #208172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208172 is #DF7E8D. Grayscale: #626262. Windows color (decimal): -14646926 or 7504160. OLE color: 7504160.

HSL color Cylindrical-coordinate representation of color #208172: hue angle of 170.72º 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 #208172 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 129 114 -
CMYK 0.75 0 0.12 0.49
HSL 170.72º 0.6% 0.32% -
HSV(B) 170.72º 0.75% 0.51% -
XYZ 11.48 17.22 18.64 -
YUV 98.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 32 129 114 0.75 0 0.12 0.49 170.72 0.6 0.32
Hex 20 81 72 4B 0 C 31 AB 3C 20
Octal 40 201 162 113 0 14 61 253 74 40
Binary 100000 10000001 1110010 1001011 0 1100 110001 10101011 111100 100000

Color Harmonies of #208172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208172

Black with #208172

Text Example


Text Example

White with #208172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208172; }

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

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

background-color css

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

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

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

border-color css

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

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

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