Html Css Color HEX #40AA9E Gossamer

📋 copy color: '#40AA9E'

red 64 ◦ green 170 ◦ blue 158

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

Shades of Gossamer #40AA9E

Tints of Gossamer #40AA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.31%

R = 16.33%
G = 43.37%
B = 40.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#40AA9E (or 0x40AA9E) is known color: Gossamer. HEX triplet: 40, AA and 9E. RGB value is (64,170,158). Sum of RGB (Red+Green+Blue) = 64+170+158=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AA9E is #BF5561. Grayscale: #888888. Windows color (decimal): -12539234 or 10398272. OLE color: 10398272.

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

Color convert

RGB 64 170 158 -
CMYK 0.62 0 0.07 0.33
HSL 173.21º 0.45% 0.46% -
HSV(B) 173.21º 0.62% 0.67% -
XYZ 22.66 32.31 37.39 -
YUV 136.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 64 170 158 0.62 0 0.07 0.33 173.21 0.45 0.46
Hex 40 AA 9E 3E 0 7 21 AD 2D 2E
Octal 100 252 236 76 0 7 41 255 55 56
Binary 1000000 10101010 10011110 111110 0 111 100001 10101101 101101 101110

Color Harmonies of #40AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA9E

Black with #40AA9E

Text Example


Text Example

White with #40AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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