Html Css Color HEX #40998C Gossamer

📋 copy color: '#40998C'

red 64 ◦ green 153 ◦ blue 140

#40998C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #40998C

Tints of Gossamer #40998C

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 value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#40998C (or 0x40998C) is known color: 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

RGB 64 153 140 -
CMYK 0.58 0 0.08 0.4
HSL 171.24º 0.41% 0.43% -
HSV(B) 171.24º 0.58% 0.6% -
XYZ 18.24 25.77 28.82 -
YUV 124.91 136.51 84.56 -
System Red Green Blue C M Y K H S L
Decimal 64 153 140 0.58 0 0.08 0.4 171.24 0.41 0.43
Hex 40 99 8C 3A 0 8 28 AB 29 2B
Octal 100 231 214 72 0 10 50 253 51 53
Binary 1000000 10011001 10001100 111010 0 1000 101000 10101011 101001 101011

Color Harmonies of #40998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40998C

Black with #40998C

Text Example


Text Example

White with #40998C

Text Example


Text Example

HTML Codes & Css Web 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>