#3AA48E

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

Shades of Gossamer #3AA48E

Tints of Gossamer #3AA48E

Color information

#3AA48E (or 0x3AA48E) is unknown color: approx Gossamer. HEX triplet: 3A, A4 and 8E. RGB value is (58,164,142). Sum of RGB (Red+Green+Blue) = 58+164+142=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA48E is #C55B71. Grayscale: #818181. Windows color (decimal): -12934002 or 9348154. OLE color: 9348154.

HSL color Cylindrical-coordinate representation of color #3AA48E: hue angle of 167.55º 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 #3AA48E is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB58164142-
CMYK0.6500.130.36
HSL167.55º47.75%43.53%-
HSV(B)167.55º64.63%64.31%-
XYZ19.929.430.22-
YUV129.8134.8876.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.93%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=15.93%
G=45.05%
B=39.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581641420.6500.130.36167.5547.7543.53
Hex3AA48E410D24a8302c
Octal72244216101015442506054
Binary111010101001001000111010000010110110010010101000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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