Html Css Color HEX #20887E Elm

📋 copy color: '#20887E'

red 32 ◦ green 136 ◦ blue 126

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

Shades of Elm #20887E

Tints of Elm #20887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.86%

R = 10.88%
G = 46.26%
B = 42.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#20887E (or 0x20887E) is known color: Elm. HEX triplet: 20, 88 and 7E. RGB value is (32,136,126). Sum of RGB (Red+Green+Blue) = 32+136+126=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #20887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20887E is #DF7781. Grayscale: #676767. Windows color (decimal): -14645122 or 8292384. OLE color: 8292384.

HSL color Cylindrical-coordinate representation of color #20887E: hue angle of 174.23º 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 #20887E is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 136 126 -
CMYK 0.76 0 0.07 0.47
HSL 174.23º 0.62% 0.33% -
HSV(B) 174.23º 0.76% 0.53% -
XYZ 13.17 19.42 22.79 -
YUV 103.76 140.54 76.81 -
System Red Green Blue C M Y K H S L
Decimal 32 136 126 0.76 0 0.07 0.47 174.23 0.62 0.33
Hex 20 88 7E 4C 0 7 2F AE 3E 21
Octal 40 210 176 114 0 7 57 256 76 41
Binary 100000 10001000 1111110 1001100 0 111 101111 10101110 111110 100001

Color Harmonies of #20887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20887E

Black with #20887E

Text Example


Text Example

White with #20887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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