#3E9F85

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

Shades of Gossamer #3E9F85

Tints of Gossamer #3E9F85

Color information

#3E9F85 (or 0x3E9F85) is unknown color: approx Gossamer. HEX triplet: 3E, 9F and 85. RGB value is (62,159,133). Sum of RGB (Red+Green+Blue) = 62+159+133=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #3E9F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9F85 is #C1607A. Grayscale: #7F7F7F. Windows color (decimal): -12673147 or 8757054. OLE color: 8757054.

HSL color Cylindrical-coordinate representation of color #3E9F85: hue angle of 163.92º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E9F85 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB62159133-
CMYK0.6100.160.38
HSL163.92º43.89%43.33%-
HSV(B)163.92º61.01%62.35%-
XYZ18.6227.5126.52-
YUV127.03131.3681.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.51%
GREEN value IS 159 (62.5% from 255) = 44.92%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=17.51%
G=44.92%
B=37.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal621591330.6100.160.38163.9243.8943.33
Hex3E9F853D01026a42c2b
Octal7623720575020462445453
Binary111110100111111000010111110101000010011010100100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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