Html Css Color HEX #20897D Elm

📋 copy color: '#20897D'

red 32 ◦ green 137 ◦ blue 125

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

Shades of Elm #20897D

Tints of Elm #20897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.6%

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 10.88%
G = 46.6%
B = 42.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#20897D (or 0x20897D) is known color: Elm. HEX triplet: 20, 89 and 7D. RGB value is (32,137,125). Sum of RGB (Red+Green+Blue) = 32+137+125=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #20897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20897D is #DF7682. Grayscale: #686868. Windows color (decimal): -14644867 or 8227104. OLE color: 8227104.

HSL color Cylindrical-coordinate representation of color #20897D: hue angle of 173.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20897D is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 137 125 -
CMYK 0.77 0 0.09 0.46
HSL 173.14º 0.62% 0.33% -
HSV(B) 173.14º 0.77% 0.54% -
XYZ 13.24 19.68 22.5 -
YUV 104.24 139.71 76.48 -
System Red Green Blue C M Y K H S L
Decimal 32 137 125 0.77 0 0.09 0.46 173.14 0.62 0.33
Hex 20 89 7D 4D 0 9 2E AD 3E 21
Octal 40 211 175 115 0 11 56 255 76 41
Binary 100000 10001001 1111101 1001101 0 1001 101110 10101101 111110 100001

Color Harmonies of #20897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20897D

Black with #20897D

Text Example


Text Example

White with #20897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20897D; }

 p { color: rgb(32,137,125); }

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

background-color css

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

 a { background-color: rgb(32,137,125); }

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

border-color css

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

 span { border-color: rgb(32,137,125); }

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