Html Css Color HEX #20887D Elm

📋 copy color: '#20887D'

red 32 ◦ green 136 ◦ blue 125

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

Shades of Elm #20887D

Tints of Elm #20887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

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

R = 10.92%
G = 46.42%
B = 42.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#20887D (or 0x20887D) is known color: Elm. HEX triplet: 20, 88 and 7D. RGB value is (32,136,125). Sum of RGB (Red+Green+Blue) = 32+136+125=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #20887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20887D is #DF7782. Grayscale: #676767. Windows color (decimal): -14645123 or 8226848. OLE color: 8226848.

HSL color Cylindrical-coordinate representation of color #20887D: hue angle of 173.65º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20887D is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 136 125 -
CMYK 0.76 0 0.08 0.47
HSL 173.65º 0.62% 0.33% -
HSV(B) 173.65º 0.76% 0.53% -
XYZ 13.1 19.4 22.46 -
YUV 103.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 32 136 125 0.76 0 0.08 0.47 173.65 0.62 0.33
Hex 20 88 7D 4C 0 8 2F AE 3E 21
Octal 40 210 175 114 0 10 57 256 76 41
Binary 100000 10001000 1111101 1001100 0 1000 101111 10101110 111110 100001

Color Harmonies of #20887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20887D

Black with #20887D

Text Example


Text Example

White with #20887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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