Html Css Color HEX #32997D Gossamer

📋 copy color: '#32997D'

red 50 ◦ green 153 ◦ blue 125

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

Shades of Gossamer #32997D

Tints of Gossamer #32997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.65%

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

R = 15.24%
G = 46.65%
B = 38.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#32997D (or 0x32997D) is known color: Gossamer. HEX triplet: 32, 99 and 7D. RGB value is (50,153,125). Sum of RGB (Red+Green+Blue) = 50+153+125=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #32997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32997D is #CD6682. Grayscale: #777777. Windows color (decimal): -13461123 or 8231218. OLE color: 8231218.

HSL color Cylindrical-coordinate representation of color #32997D: hue angle of 163.69º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32997D is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 125 -
CMYK 0.67 0 0.18 0.4
HSL 163.69º 0.51% 0.4% -
HSV(B) 163.69º 0.67% 0.6% -
XYZ 16.41 24.94 23.35 -
YUV 119.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 50 153 125 0.67 0 0.18 0.4 163.69 0.51 0.4
Hex 32 99 7D 43 0 12 28 A4 33 28
Octal 62 231 175 103 0 22 50 244 63 50
Binary 110010 10011001 1111101 1000011 0 10010 101000 10100100 110011 101000

Color Harmonies of #32997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32997D

Black with #32997D

Text Example


Text Example

White with #32997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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