#3EA48E

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

Shades of Gossamer #3EA48E

Tints of Gossamer #3EA48E

Color information

#3EA48E (or 0x3EA48E) is unknown color: approx Gossamer. HEX triplet: 3E, A4 and 8E. RGB value is (62,164,142). Sum of RGB (Red+Green+Blue) = 62+164+142=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #3EA48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA48E is #C15B71. Grayscale: #828282. Windows color (decimal): -12671858 or 9348158. OLE color: 9348158.

HSL color Cylindrical-coordinate representation of color #3EA48E: hue angle of 167.06º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA48E is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB62164142-
CMYK0.6200.130.36
HSL167.06º45.13%44.31%-
HSV(B)167.06º62.2%64.31%-
XYZ20.1429.5330.23-
YUV130.99134.2178.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.85%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=16.85%
G=44.57%
B=38.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621641420.6200.130.36167.0645.1344.31
Hex3EA48E3E0D24a72d2c
Octal7624421676015442475554
Binary11111010100100100011101111100110110010010100111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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