#40998C

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

Shades of Gossamer #40998C

Tints of Gossamer #40998C

Color information

#40998C (or 0x40998C) is unknown color: approx Gossamer. HEX triplet: 40, 99 and 8C. RGB value is (64,153,140). Sum of RGB (Red+Green+Blue) = 64+153+140=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #40998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40998C is #BF6673. Grayscale: #7C7C7C. Windows color (decimal): -12543604 or 9214272. OLE color: 9214272.

HSL color Cylindrical-coordinate representation of color #40998C: hue angle of 171.24º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40998C is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB64153140-
CMYK0.5800.080.4
HSL171.24º41.01%42.55%-
HSV(B)171.24º58.17%60%-
XYZ18.2425.7728.82-
YUV124.91136.5184.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=17.93%
G=42.86%
B=39.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641531400.5800.080.4171.2441.0142.55
Hex40998C3A0828ab292b
Octal10023121472010502535153
Binary100000010011001100011001110100100010100010101011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,153,140); }

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

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

 a { background-color: rgb(64,153,140); }

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

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

 span { border-color: rgb(64,153,140); }

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