#3EAA84

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

Shades of Gossamer #3EAA84

Tints of Gossamer #3EAA84

Color information

#3EAA84 (or 0x3EAA84) is unknown color: approx Gossamer. HEX triplet: 3E, AA and 84. RGB value is (62,170,132). Sum of RGB (Red+Green+Blue) = 62+170+132=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #3EAA84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAA84 is #C1557B. Grayscale: #858585. Windows color (decimal): -12670332 or 8694334. OLE color: 8694334.

HSL color Cylindrical-coordinate representation of color #3EAA84: hue angle of 158.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAA84 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB62170132-
CMYK0.6400.220.33
HSL158.89º46.55%45.49%-
HSV(B)158.89º63.53%66.67%-
XYZ20.5331.4426.82-
YUV133.38127.2277.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.03%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=17.03%
G=46.70%
B=36.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal621701320.6400.220.33158.8946.5545.49
Hex3EAA8440016219f2f2d
Octal76252204100026412375755
Binary1111101010101010000100100000001011010000110011111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,170,132); }

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

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

 a { background-color: rgb(62,170,132); }

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

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

 span { border-color: rgb(62,170,132); }

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