#3EB08C

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

Shades of Gossamer #3EB08C

Tints of Gossamer #3EB08C

Color information

#3EB08C (or 0x3EB08C) is unknown color: approx Gossamer. HEX triplet: 3E, B0 and 8C. RGB value is (62,176,140). Sum of RGB (Red+Green+Blue) = 62+176+140=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #3EB08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EB08C is #C14F73. Grayscale: #898989. Windows color (decimal): -12668788 or 9220158. OLE color: 9220158.

HSL color Cylindrical-coordinate representation of color #3EB08C: hue angle of 161.05º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EB08C is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB62176140-
CMYK0.6500.200.31
HSL161.05º47.9%46.67%-
HSV(B)161.05º64.77%69.02%-
XYZ22.2533.9730.2-
YUV137.81129.2373.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.40%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=16.40%
G=46.56%
B=37.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621761400.6500.200.31161.0547.946.67
Hex3EB08C410141Fa1302f
Octal76260214101024372416057
Binary111110101100001000110010000010101001111110100001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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