Html Css Color HEX #40AB89 Gossamer

📋 copy color: '#40AB89'

red 64 ◦ green 171 ◦ blue 137

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

Shades of Gossamer #40AB89

Tints of Gossamer #40AB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 17.2%
G = 45.97%
B = 36.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#40AB89 (or 0x40AB89) is known color: Gossamer. HEX triplet: 40, AB and 89. RGB value is (64,171,137). Sum of RGB (Red+Green+Blue) = 64+171+137=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB89 is #BF5476. Grayscale: #878787. Windows color (decimal): -12538999 or 9022272. OLE color: 9022272.

HSL color Cylindrical-coordinate representation of color #40AB89: hue angle of 160.93º 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 #40AB89 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 171 137 -
CMYK 0.63 0 0.20 0.33
HSL 160.93º 0.46% 0.46% -
HSV(B) 160.93º 0.63% 0.67% -
XYZ 21.19 32.02 28.73 -
YUV 135.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 64 171 137 0.63 0 0.20 0.33 160.93 0.46 0.46
Hex 40 AB 89 3F 0 14 21 A1 2E 2E
Octal 100 253 211 77 0 24 41 241 56 56
Binary 1000000 10101011 10001001 111111 0 10100 100001 10100001 101110 101110

Color Harmonies of #40AB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AB89

Black with #40AB89

Text Example


Text Example

White with #40AB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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