#3EAC8F

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

Shades of Gossamer #3EAC8F

Tints of Gossamer #3EAC8F

Color information

#3EAC8F (or 0x3EAC8F) is unknown color: approx Gossamer. HEX triplet: 3E, AC and 8F. RGB value is (62,172,143). Sum of RGB (Red+Green+Blue) = 62+172+143=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #3EAC8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAC8F is #C15370. Grayscale: #878787. Windows color (decimal): -12669809 or 9415742. OLE color: 9415742.

HSL color Cylindrical-coordinate representation of color #3EAC8F: hue angle of 164.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAC8F is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB62172143-
CMYK0.6400.170.33
HSL164.18º47.01%45.88%-
HSV(B)164.18º63.95%67.45%-
XYZ21.732.5131.12-
YUV135.8132.0675.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.45%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=16.45%
G=45.62%
B=37.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal621721430.6400.170.33164.1847.0145.88
Hex3EAC8F4001121a42f2e
Octal76254217100021412445756
Binary1111101010110010001111100000001000110000110100100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,172,143); }

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

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

 a { background-color: rgb(62,172,143); }

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

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

 span { border-color: rgb(62,172,143); }

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