#3AA47E

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

Shades of Gossamer #3AA47E

Tints of Gossamer #3AA47E

Color information

#3AA47E (or 0x3AA47E) is unknown color: approx Gossamer. HEX triplet: 3A, A4 and 7E. RGB value is (58,164,126). Sum of RGB (Red+Green+Blue) = 58+164+126=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA47E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA47E is #C55B81. Grayscale: #808080. Windows color (decimal): -12934018 or 8299578. OLE color: 8299578.

HSL color Cylindrical-coordinate representation of color #3AA47E: hue angle of 158.49º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA47E is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB58164126-
CMYK0.6500.230.36
HSL158.49º47.75%43.53%-
HSV(B)158.49º64.63%64.31%-
XYZ18.7928.9624.34-
YUV127.97126.8878.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.67%
GREEN value IS 164 (64.45% from 255) = 47.13%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=16.67%
G=47.13%
B=36.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581641260.6500.230.36158.4947.7543.53
Hex3AA47E41017249e302c
Octal72244176101027442366054
Binary111010101001001111110100000101011110010010011110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,164,126); }

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

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

 a { background-color: rgb(58,164,126); }

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

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

 span { border-color: rgb(58,164,126); }

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