#40998B

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

Shades of Gossamer #40998B

Tints of Gossamer #40998B

Color information

#40998B (or 0x40998B) is unknown color: approx Gossamer. HEX triplet: 40, 99 and 8B. RGB value is (64,153,139). Sum of RGB (Red+Green+Blue) = 64+153+139=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #40998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40998B is #BF6674. Grayscale: #7C7C7C. Windows color (decimal): -12543605 or 9148736. OLE color: 9148736.

HSL color Cylindrical-coordinate representation of color #40998B: hue angle of 170.56º 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 #40998B is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB64153139-
CMYK0.5800.090.4
HSL170.56º41.01%42.55%-
HSV(B)170.56º58.17%60%-
XYZ18.1725.7428.44-
YUV124.79136.0184.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=17.98%
G=42.98%
B=39.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641531390.5800.090.4170.5641.0142.55
Hex40998B3A0928ab292b
Octal10023121372011502535153
Binary100000010011001100010111110100100110100010101011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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