#3EA285

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

Shades of Gossamer #3EA285

Tints of Gossamer #3EA285

Color information

#3EA285 (or 0x3EA285) is unknown color: approx Gossamer. HEX triplet: 3E, A2 and 85. RGB value is (62,162,133). Sum of RGB (Red+Green+Blue) = 62+162+133=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #3EA285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA285 is #C15D7A. Grayscale: #808080. Windows color (decimal): -12672379 or 8757822. OLE color: 8757822.

HSL color Cylindrical-coordinate representation of color #3EA285: hue angle of 162.6º 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 #3EA285 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB62162133-
CMYK0.6200.180.36
HSL162.6º44.64%43.92%-
HSV(B)162.6º61.73%63.53%-
XYZ19.1428.5626.69-
YUV128.79130.3780.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.37%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=17.37%
G=45.38%
B=37.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621621330.6200.180.36162.644.6443.92
Hex3EA2853E01224a32d2c
Octal7624220576022442435554
Binary111110101000101000010111111001001010010010100011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,162,133); }

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

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

 a { background-color: rgb(62,162,133); }

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

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

 span { border-color: rgb(62,162,133); }

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