#40AE88

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

Shades of Gossamer #40AE88

Tints of Gossamer #40AE88

Color information

#40AE88 (or 0x40AE88) is unknown color: approx Gossamer. HEX triplet: 40, AE and 88. RGB value is (64,174,136). Sum of RGB (Red+Green+Blue) = 64+174+136=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AE88 is #BF5177. Grayscale: #888888. Windows color (decimal): -12538232 or 8957504. OLE color: 8957504.

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

Color convert

RGB64174136-
CMYK0.6300.220.32
HSL159.27º46.22%46.67%-
HSV(B)159.27º63.22%68.24%-
XYZ21.6933.1428.55-
YUV136.78127.5676.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.11%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=17.11%
G=46.52%
B=36.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641741360.6300.220.32159.2746.2246.67
Hex40AE883F016209f2e2f
Octal10025621077026402375657
Binary1000000101011101000100011111101011010000010011111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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