#32988C

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

Shades of Gossamer #32988C

Tints of Gossamer #32988C

Color information

#32988C (or 0x32988C) is unknown color: approx Gossamer. HEX triplet: 32, 98 and 8C. RGB value is (50,152,140). Sum of RGB (Red+Green+Blue) = 50+152+140=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #32988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32988C is #CD6773. Grayscale: #787878. Windows color (decimal): -13461364 or 9214002. OLE color: 9214002.

HSL color Cylindrical-coordinate representation of color #32988C: hue angle of 172.94º degrees, saturation: 0.5, 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 #32988C is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB50152140-
CMYK0.6700.080.40
HSL172.94º50.5%39.61%-
HSV(B)172.94º67.11%59.61%-
XYZ17.2825.0328.73-
YUV120.13139.2177.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.62%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=14.62%
G=44.44%
B=40.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501521400.6700.080.40172.9450.539.61
Hex32988C430828ad3228
Octal62230214103010502556250
Binary110010100110001000110010000110100010100010101101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32988C; }

 p { color: rgb(50,152,140); }

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

<style>
 a { background-color: #32988C; }

 a { background-color: rgb(50,152,140); }

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

<style>
 span { border-color: #32988C; }

 span { border-color: rgb(50,152,140); }

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