Html Css Color HEX #40A48D Gossamer

📋 copy color: '#40A48D'

red 64 ◦ green 164 ◦ blue 141

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

Shades of Gossamer #40A48D

Tints of Gossamer #40A48D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.44%

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 17.34%
G = 44.44%
B = 38.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#40A48D (or 0x40A48D) is known color: Gossamer. HEX triplet: 40, A4 and 8D. RGB value is (64,164,141). Sum of RGB (Red+Green+Blue) = 64+164+141=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #40A48D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A48D is #BF5B72. Grayscale: #838383. Windows color (decimal): -12540787 or 9282624. OLE color: 9282624.

HSL color Cylindrical-coordinate representation of color #40A48D: hue angle of 166.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A48D is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 164 141 -
CMYK 0.61 0 0.14 0.36
HSL 166.2º 0.44% 0.45% -
HSV(B) 166.2º 0.61% 0.64% -
XYZ 20.2 29.56 29.84 -
YUV 131.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 64 164 141 0.61 0 0.14 0.36 166.2 0.44 0.45
Hex 40 A4 8D 3D 0 E 24 A6 2C 2D
Octal 100 244 215 75 0 16 44 246 54 55
Binary 1000000 10100100 10001101 111101 0 1110 100100 10100110 101100 101101

Color Harmonies of #40A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A48D

Black with #40A48D

Text Example


Text Example

White with #40A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A48D; }

 p { color: rgb(64,164,141); }

 H1.HeaderClassName
 {
   color: #40A48D;
 }
 .AnyTagClassName
 {
   color: #40A48D;
 }
</style>

background-color css

<style>
 a { background-color: #40A48D; }

 a { background-color: rgb(64,164,141); }

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

border-color css

<style>
 span { border-color: #40A48D; }

 span { border-color: rgb(64,164,141); }

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