#32997E

Color #32997E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #32997E

Tints of Gossamer #32997E

Color information

#32997E (or 0x32997E) is unknown color: approx Gossamer. HEX triplet: 32, 99 and 7E. RGB value is (50,153,126). Sum of RGB (Red+Green+Blue) = 50+153+126=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #32997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32997E is #CD6681. Grayscale: #777777. Windows color (decimal): -13461122 or 8296754. OLE color: 8296754.

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

Color convert

RGB50153126-
CMYK0.6700.180.4
HSL164.27º50.74%39.8%-
HSV(B)164.27º67.32%60%-
XYZ16.4724.9723.69-
YUV119.12131.8878.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.20%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=15.20%
G=46.50%
B=38.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501531260.6700.180.4164.2750.7439.8
Hex32997E4301228a43328
Octal62231176103022502446350
Binary110010100110011111110100001101001010100010100100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32997E;
 }
 .AnyTagClassName
 {
   color: #32997E;
 }
</style>
background-color css

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

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

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

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

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

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