#3E9B8C

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

Shades of Gossamer #3E9B8C

Tints of Gossamer #3E9B8C

Color information

#3E9B8C (or 0x3E9B8C) is unknown color: approx Gossamer. HEX triplet: 3E, 9B and 8C. RGB value is (62,155,140). Sum of RGB (Red+Green+Blue) = 62+155+140=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #3E9B8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9B8C is #C16473. Grayscale: #7D7D7D. Windows color (decimal): -12674164 or 9214782. OLE color: 9214782.

HSL color Cylindrical-coordinate representation of color #3E9B8C: hue angle of 170.32º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E9B8C is Cyan = 0.6, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB62155140-
CMYK0.600.100.39
HSL170.32º42.86%42.55%-
HSV(B)170.32º60%60.78%-
XYZ18.4426.3628.93-
YUV125.48136.1982.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.37%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=17.37%
G=43.42%
B=39.22%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal621551400.600.100.39170.3242.8642.55
Hex3E9B8C3C0A27aa2b2b
Octal7623321474012472525353
Binary11111010011011100011001111000101010011110101010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,155,140); }

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

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

 a { background-color: rgb(62,155,140); }

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

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

 span { border-color: rgb(62,155,140); }

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