Html Css Color HEX #40997E Gossamer

📋 copy color: '#40997E'

red 64 ◦ green 153 ◦ blue 126

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

Shades of Gossamer #40997E

Tints of Gossamer #40997E

RGB

 RED value IS 64 (25.39% from 255) = 18.66%

 GREEN value IS 153 (60.16% from 255) = 44.61%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 18.66%
G = 44.61%
B = 36.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#40997E (or 0x40997E) is known color: Gossamer. HEX triplet: 40, 99 and 7E. RGB value is (64,153,126). Sum of RGB (Red+Green+Blue) = 64+153+126=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #40997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40997E is #BF6681. Grayscale: #7B7B7B. Windows color (decimal): -12543618 or 8296768. OLE color: 8296768.

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

Color convert

RGB 64 153 126 -
CMYK 0.58 0 0.18 0.4
HSL 161.8º 0.41% 0.43% -
HSV(B) 161.8º 0.58% 0.6% -
XYZ 17.27 25.38 23.73 -
YUV 123.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 64 153 126 0.58 0 0.18 0.4 161.8 0.41 0.43
Hex 40 99 7E 3A 0 12 28 A2 29 2B
Octal 100 231 176 72 0 22 50 242 51 53
Binary 1000000 10011001 1111110 111010 0 10010 101000 10100010 101001 101011

Color Harmonies of #40997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40997E

Black with #40997E

Text Example


Text Example

White with #40997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40997E;
 }
 .AnyTagClassName
 {
   color: #40997E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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