Html Css Color HEX #40A988 Gossamer

📋 copy color: '#40A988'

red 64 ◦ green 169 ◦ blue 136

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

Shades of Gossamer #40A988

Tints of Gossamer #40A988

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.8%

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 17.34%
G = 45.8%
B = 36.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#40A988 (or 0x40A988) is known color: Gossamer. HEX triplet: 40, A9 and 88. RGB value is (64,169,136). Sum of RGB (Red+Green+Blue) = 64+169+136=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #40A988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A988 is #BF5677. Grayscale: #858585. Windows color (decimal): -12539512 or 8956224. OLE color: 8956224.

HSL color Cylindrical-coordinate representation of color #40A988: hue angle of 161.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A988 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 169 136 -
CMYK 0.62 0 0.20 0.34
HSL 161.14º 0.45% 0.46% -
HSV(B) 161.14º 0.62% 0.66% -
XYZ 20.75 31.24 28.23 -
YUV 133.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 64 169 136 0.62 0 0.20 0.34 161.14 0.45 0.46
Hex 40 A9 88 3E 0 14 22 A1 2D 2E
Octal 100 251 210 76 0 24 42 241 55 56
Binary 1000000 10101001 10001000 111110 0 10100 100010 10100001 101101 101110

Color Harmonies of #40A988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A988

Black with #40A988

Text Example


Text Example

White with #40A988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,169,136); }

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

background-color css

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

 a { background-color: rgb(64,169,136); }

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

border-color css

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

 span { border-color: rgb(64,169,136); }

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