Html Css Color HEX #20B384 Mountain Meadow

📋 copy color: '#20B384'

red 32 ◦ green 179 ◦ blue 132

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

Shades of Mountain Meadow #20B384

Tints of Mountain Meadow #20B384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.19%

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 9.33%
G = 52.19%
B = 38.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#20B384 (or 0x20B384) is known color: Mountain Meadow. HEX triplet: 20, B3 and 84. RGB value is (32,179,132). Sum of RGB (Red+Green+Blue) = 32+179+132=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #20B384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B384 is #DF4C7B. Grayscale: #818181. Windows color (decimal): -14634108 or 8696608. OLE color: 8696608.

HSL color Cylindrical-coordinate representation of color #20B384: hue angle of 160.82º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B384 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 179 132 -
CMYK 0.82 0 0.26 0.30
HSL 160.82º 0.7% 0.41% -
HSV(B) 160.82º 0.82% 0.7% -
XYZ 20.88 34.21 27.33 -
YUV 129.69 129.3 58.32 -
System Red Green Blue C M Y K H S L
Decimal 32 179 132 0.82 0 0.26 0.30 160.82 0.7 0.41
Hex 20 B3 84 52 0 1A 1E A1 46 29
Octal 40 263 204 122 0 32 36 241 106 51
Binary 100000 10110011 10000100 1010010 0 11010 11110 10100001 1000110 101001

Color Harmonies of #20B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B384

Black with #20B384

Text Example


Text Example

White with #20B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20B384; }

 p { color: rgb(32,179,132); }

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

background-color css

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

 a { background-color: rgb(32,179,132); }

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

border-color css

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

 span { border-color: rgb(32,179,132); }

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