#3AA17B

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

Shades of Gossamer #3AA17B

Tints of Gossamer #3AA17B

Color information

#3AA17B (or 0x3AA17B) is unknown color: approx Gossamer. HEX triplet: 3A, A1 and 7B. RGB value is (58,161,123). Sum of RGB (Red+Green+Blue) = 58+161+123=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA17B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA17B is #C55E84. Grayscale: #7D7D7D. Windows color (decimal): -12934789 or 8102202. OLE color: 8102202.

HSL color Cylindrical-coordinate representation of color #3AA17B: hue angle of 157.86º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA17B is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB58161123-
CMYK0.6400.240.37
HSL157.86º47.03%42.94%-
HSV(B)157.86º63.98%63.14%-
XYZ18.0627.8223.16-
YUV125.87126.3879.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.96%
GREEN value IS 161 (63.28% from 255) = 47.08%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=16.96%
G=47.08%
B=35.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal581611230.6400.240.37157.8647.0342.94
Hex3AA17B40018259e2f2b
Octal72241173100030452365753
Binary111010101000011111011100000001100010010110011110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,161,123); }

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

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

 a { background-color: rgb(58,161,123); }

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

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

 span { border-color: rgb(58,161,123); }

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