Html Css Color HEX #40AD88 Gossamer

📋 copy color: '#40AD88'

red 64 ◦ green 173 ◦ blue 136

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

Shades of Gossamer #40AD88

Tints of Gossamer #40AD88

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.38%

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

R = 17.16%
G = 46.38%
B = 36.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#40AD88 (or 0x40AD88) is known color: Gossamer. HEX triplet: 40, AD and 88. RGB value is (64,173,136). Sum of RGB (Red+Green+Blue) = 64+173+136=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AD88 is #BF5277. Grayscale: #888888. Windows color (decimal): -12538488 or 8957248. OLE color: 8957248.

HSL color Cylindrical-coordinate representation of color #40AD88: hue angle of 159.63º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD88 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 173 136 -
CMYK 0.63 0 0.21 0.32
HSL 159.63º 0.46% 0.46% -
HSV(B) 159.63º 0.63% 0.68% -
XYZ 21.5 32.75 28.48 -
YUV 136.19 127.89 76.51 -
System Red Green Blue C M Y K H S L
Decimal 64 173 136 0.63 0 0.21 0.32 159.63 0.46 0.46
Hex 40 AD 88 3F 0 15 20 A0 2E 2E
Octal 100 255 210 77 0 25 40 240 56 56
Binary 1000000 10101101 10001000 111111 0 10101 100000 10100000 101110 101110

Color Harmonies of #40AD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AD88

Black with #40AD88

Text Example


Text Example

White with #40AD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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