#40AE9A

Color #40AE9A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #40AE9A

Tints of Gossamer #40AE9A

Color information

#40AE9A (or 0x40AE9A) is unknown color: approx Gossamer. HEX triplet: 40, AE and 9A. RGB value is (64,174,154). Sum of RGB (Red+Green+Blue) = 64+174+154=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AE9A is #BF5165. Grayscale: #8A8A8A. Windows color (decimal): -12538214 or 10137152. OLE color: 10137152.

HSL color Cylindrical-coordinate representation of color #40AE9A: hue angle of 169.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AE9A is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB64174154-
CMYK0.6300.110.32
HSL169.09º46.22%46.67%-
HSV(B)169.09º63.22%68.24%-
XYZ23.0833.735.86-
YUV138.83136.5674.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.33%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=16.33%
G=44.39%
B=39.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641741540.6300.110.32169.0946.2246.67
Hex40AE9A3F0B20a92e2f
Octal10025623277013402515657
Binary100000010101110100110101111110101110000010101001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,174,154); }

 H1.HeaderClassName
 {
   color: #40AE9A;
 }
 .AnyTagClassName
 {
   color: #40AE9A;
 }
</style>
background-color css

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

 a { background-color: rgb(64,174,154); }

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

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

 span { border-color: rgb(64,174,154); }

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