Html Css Color HEX #40AA9F Gossamer

📋 copy color: '#40AA9F'

red 64 ◦ green 170 ◦ blue 159

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

Shades of Gossamer #40AA9F

Tints of Gossamer #40AA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 16.28%
G = 43.26%
B = 40.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#40AA9F (or 0x40AA9F) is known color: Gossamer. HEX triplet: 40, AA and 9F. RGB value is (64,170,159). Sum of RGB (Red+Green+Blue) = 64+170+159=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AA9F is #BF5560. Grayscale: #888888. Windows color (decimal): -12539233 or 10463808. OLE color: 10463808.

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

Color convert

RGB 64 170 159 -
CMYK 0.62 0 0.06 0.33
HSL 173.77º 0.45% 0.46% -
HSV(B) 173.77º 0.62% 0.67% -
XYZ 22.75 32.34 37.84 -
YUV 137.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 64 170 159 0.62 0 0.06 0.33 173.77 0.45 0.46
Hex 40 AA 9F 3E 0 6 21 AE 2D 2E
Octal 100 252 237 76 0 6 41 256 55 56
Binary 1000000 10101010 10011111 111110 0 110 100001 10101110 101101 101110

Color Harmonies of #40AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA9F

Black with #40AA9F

Text Example


Text Example

White with #40AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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