#32998E

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

Shades of Gossamer #32998E

Tints of Gossamer #32998E

Color information

#32998E (or 0x32998E) is unknown color: approx Gossamer. HEX triplet: 32, 99 and 8E. RGB value is (50,153,142). Sum of RGB (Red+Green+Blue) = 50+153+142=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #32998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32998E is #CD6671. Grayscale: #787878. Windows color (decimal): -13461106 or 9345330. OLE color: 9345330.

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

Color convert

RGB50153142-
CMYK0.6700.070.4
HSL173.59º50.74%39.8%-
HSV(B)173.59º67.32%60%-
XYZ17.5925.4129.57-
YUV120.95139.8877.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.49%
GREEN value IS 153 (60.16% from 255) = 44.35%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=14.49%
G=44.35%
B=41.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501531420.6700.070.4173.5950.7439.8
Hex32998E430728ae3328
Octal6223121610307502566350
Binary11001010011001100011101000011011110100010101110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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