Html Css Color HEX #32997F Gossamer

📋 copy color: '#32997F'

red 50 ◦ green 153 ◦ blue 127

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

Shades of Gossamer #32997F

Tints of Gossamer #32997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.48%

R = 15.15%
G = 46.36%
B = 38.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#32997F (or 0x32997F) is known color: Gossamer. HEX triplet: 32, 99 and 7F. RGB value is (50,153,127). Sum of RGB (Red+Green+Blue) = 50+153+127=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #32997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32997F is #CD6680. Grayscale: #777777. Windows color (decimal): -13461121 or 8362290. OLE color: 8362290.

HSL color Cylindrical-coordinate representation of color #32997F: hue angle of 164.85º 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 #32997F is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 127 -
CMYK 0.67 0 0.17 0.4
HSL 164.85º 0.51% 0.4% -
HSV(B) 164.85º 0.67% 0.6% -
XYZ 16.54 24.99 24.03 -
YUV 119.24 132.38 78.61 -
System Red Green Blue C M Y K H S L
Decimal 50 153 127 0.67 0 0.17 0.4 164.85 0.51 0.4
Hex 32 99 7F 43 0 11 28 A5 33 28
Octal 62 231 177 103 0 21 50 245 63 50
Binary 110010 10011001 1111111 1000011 0 10001 101000 10100101 110011 101000

Color Harmonies of #32997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32997F

Black with #32997F

Text Example


Text Example

White with #32997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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