Html Css Color HEX #40AA89 Gossamer

📋 copy color: '#40AA89'

red 64 ◦ green 170 ◦ blue 137

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

Shades of Gossamer #40AA89

Tints of Gossamer #40AA89

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

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

R = 17.25%
G = 45.82%
B = 36.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#40AA89 (or 0x40AA89) is known color: Gossamer. HEX triplet: 40, AA and 89. RGB value is (64,170,137). Sum of RGB (Red+Green+Blue) = 64+170+137=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AA89 is #BF5576. Grayscale: #868686. Windows color (decimal): -12539255 or 9022016. OLE color: 9022016.

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

Color convert

RGB 64 170 137 -
CMYK 0.62 0 0.19 0.33
HSL 161.32º 0.45% 0.46% -
HSV(B) 161.32º 0.62% 0.67% -
XYZ 21 31.65 28.67 -
YUV 134.54 129.38 77.68 -
System Red Green Blue C M Y K H S L
Decimal 64 170 137 0.62 0 0.19 0.33 161.32 0.45 0.46
Hex 40 AA 89 3E 0 13 21 A1 2D 2E
Octal 100 252 211 76 0 23 41 241 55 56
Binary 1000000 10101010 10001001 111110 0 10011 100001 10100001 101101 101110

Color Harmonies of #40AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA89

Black with #40AA89

Text Example


Text Example

White with #40AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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