#3EAA8E

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

Shades of Gossamer #3EAA8E

Tints of Gossamer #3EAA8E

Color information

#3EAA8E (or 0x3EAA8E) is unknown color: approx Gossamer. HEX triplet: 3E, AA and 8E. RGB value is (62,170,142). Sum of RGB (Red+Green+Blue) = 62+170+142=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #3EAA8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAA8E is #C15571. Grayscale: #868686. Windows color (decimal): -12670322 or 9349694. OLE color: 9349694.

HSL color Cylindrical-coordinate representation of color #3EAA8E: hue angle of 164.44º 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 #3EAA8E is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB62170142-
CMYK0.6400.160.33
HSL164.44º46.55%45.49%-
HSV(B)164.44º63.53%66.67%-
XYZ21.2431.7330.6-
YUV134.52132.2276.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.58%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=16.58%
G=45.45%
B=37.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal621701420.6400.160.33164.4446.5545.49
Hex3EAA8E4001021a42f2d
Octal76252216100020412445755
Binary1111101010101010001110100000001000010000110100100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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