#40AF94

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

Shades of Gossamer #40AF94

Tints of Gossamer #40AF94

Color information

#40AF94 (or 0x40AF94) is unknown color: approx Gossamer. HEX triplet: 40, AF and 94. RGB value is (64,175,148). Sum of RGB (Red+Green+Blue) = 64+175+148=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF94 is #BF506B. Grayscale: #8A8A8A. Windows color (decimal): -12537964 or 9744192. OLE color: 9744192.

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

Color convert

RGB64175148-
CMYK0.6300.150.31
HSL165.41º46.44%46.86%-
HSV(B)165.41º63.43%68.63%-
XYZ22.7933.8933.36-
YUV138.73133.2374.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.54%
GREEN value IS 175 (68.75% from 255) = 45.22%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=16.54%
G=45.22%
B=38.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641751480.6300.150.31165.4146.4446.86
Hex40AF943F0F1Fa52e2f
Octal10025722477017372455657
Binary10000001010111110010100111111011111111110100101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,175,148); }

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

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

 a { background-color: rgb(64,175,148); }

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

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

 span { border-color: rgb(64,175,148); }

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