Html Css Color HEX #40AB87 Gossamer

📋 copy color: '#40AB87'

red 64 ◦ green 171 ◦ blue 135

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

Shades of Gossamer #40AB87

Tints of Gossamer #40AB87

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.22%

 BLUE value IS 135 (53.13% from 255) = 36.49%

R = 17.3%
G = 46.22%
B = 36.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#40AB87 (or 0x40AB87) is known color: Gossamer. HEX triplet: 40, AB and 87. RGB value is (64,171,135). Sum of RGB (Red+Green+Blue) = 64+171+135=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB87 is #BF5478. Grayscale: #868686. Windows color (decimal): -12539001 or 8891200. OLE color: 8891200.

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

Color convert

RGB 64 171 135 -
CMYK 0.63 0 0.21 0.33
HSL 159.81º 0.46% 0.46% -
HSV(B) 159.81º 0.63% 0.67% -
XYZ 21.05 31.97 27.98 -
YUV 134.9 128.05 77.43 -
System Red Green Blue C M Y K H S L
Decimal 64 171 135 0.63 0 0.21 0.33 159.81 0.46 0.46
Hex 40 AB 87 3F 0 15 21 A0 2E 2E
Octal 100 253 207 77 0 25 41 240 56 56
Binary 1000000 10101011 10000111 111111 0 10101 100001 10100000 101110 101110

Color Harmonies of #40AB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AB87

Black with #40AB87

Text Example


Text Example

White with #40AB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,171,135); }

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

background-color css

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

 a { background-color: rgb(64,171,135); }

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

border-color css

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

 span { border-color: rgb(64,171,135); }

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