#3EA695

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

Shades of Gossamer #3EA695

Tints of Gossamer #3EA695

Color information

#3EA695 (or 0x3EA695) is unknown color: approx Gossamer. HEX triplet: 3E, A6 and 95. RGB value is (62,166,149). Sum of RGB (Red+Green+Blue) = 62+166+149=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #3EA695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA695 is #C1596A. Grayscale: #848484. Windows color (decimal): -12671339 or 9807422. OLE color: 9807422.

HSL color Cylindrical-coordinate representation of color #3EA695: hue angle of 170.19º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3EA695 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB62166149-
CMYK0.6300.100.35
HSL170.19º45.61%44.71%-
HSV(B)170.19º62.65%65.1%-
XYZ21.0530.4733.21-
YUV132.97137.0477.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.45%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 149 (58.59% from 255) = 39.52%
R=16.45%
G=44.03%
B=39.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal621661490.6300.100.35170.1945.6144.71
Hex3EA6953F0A23aa2e2d
Octal7624622577012432525655
Binary11111010100110100101011111110101010001110101010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EA695; }

 p { color: rgb(62,166,149); }

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

<style>
 a { background-color: #3EA695; }

 a { background-color: rgb(62,166,149); }

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

<style>
 span { border-color: #3EA695; }

 span { border-color: rgb(62,166,149); }

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