#32998A

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

Shades of Gossamer #32998A

Tints of Gossamer #32998A

Color information

#32998A (or 0x32998A) is unknown color: approx Gossamer. HEX triplet: 32, 99 and 8A. RGB value is (50,153,138). Sum of RGB (Red+Green+Blue) = 50+153+138=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #32998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32998A is #CD6675. Grayscale: #787878. Windows color (decimal): -13461110 or 9083186. OLE color: 9083186.

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

Color convert

RGB50153138-
CMYK0.6700.100.4
HSL171.26º50.74%39.8%-
HSV(B)171.26º67.32%60%-
XYZ17.2925.328.02-
YUV120.49137.8877.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.66%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=14.66%
G=44.87%
B=40.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501531380.6700.100.4171.2650.7439.8
Hex32998A430A28ab3328
Octal62231212103012502536350
Binary110010100110011000101010000110101010100010101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32998A; }

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

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

<style>
 a { background-color: #32998A; }

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

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

<style>
 span { border-color: #32998A; }

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

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