Html Css Color HEX #32A37D Gossamer

📋 copy color: '#32A37D'

red 50 ◦ green 163 ◦ blue 125

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

Shades of Gossamer #32A37D

Tints of Gossamer #32A37D

RGB

 RED value IS 50 (19.92% from 255) = 14.79%

 GREEN value IS 163 (64.06% from 255) = 48.22%

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

R = 14.79%
G = 48.22%
B = 36.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#32A37D (or 0x32A37D) is known color: Gossamer. HEX triplet: 32, A3 and 7D. RGB value is (50,163,125). Sum of RGB (Red+Green+Blue) = 50+163+125=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #32A37D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A37D is #CD5C82. Grayscale: #7C7C7C. Windows color (decimal): -13458563 or 8233778. OLE color: 8233778.

HSL color Cylindrical-coordinate representation of color #32A37D: hue angle of 159.82º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A37D is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 163 125 -
CMYK 0.69 0 0.23 0.36
HSL 159.82º 0.53% 0.42% -
HSV(B) 159.82º 0.69% 0.64% -
XYZ 18.11 28.35 23.92 -
YUV 124.88 128.06 74.59 -
System Red Green Blue C M Y K H S L
Decimal 50 163 125 0.69 0 0.23 0.36 159.82 0.53 0.42
Hex 32 A3 7D 45 0 17 24 A0 35 2A
Octal 62 243 175 105 0 27 44 240 65 52
Binary 110010 10100011 1111101 1000101 0 10111 100100 10100000 110101 101010

Color Harmonies of #32A37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A37D

Black with #32A37D

Text Example


Text Example

White with #32A37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32A37D; }

 p { color: rgb(50,163,125); }

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

background-color css

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

 a { background-color: rgb(50,163,125); }

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

border-color css

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

 span { border-color: rgb(50,163,125); }

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