#3DAA80

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

Shades of Gossamer #3DAA80

Tints of Gossamer #3DAA80

Color information

#3DAA80 (or 0x3DAA80) is unknown color: approx Gossamer. HEX triplet: 3D, AA and 80. RGB value is (61,170,128). Sum of RGB (Red+Green+Blue) = 61+170+128=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAA80 is #C2557F. Grayscale: #848484. Windows color (decimal): -12735872 or 8432189. OLE color: 8432189.

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

Color convert

RGB61170128-
CMYK0.6400.250.33
HSL156.88º47.19%45.29%-
HSV(B)156.88º64.12%66.67%-
XYZ20.231.325.4-
YUV132.62125.3976.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.99%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=16.99%
G=47.35%
B=35.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611701280.6400.250.33156.8847.1945.29
Hex3DAA8040019219d2f2d
Octal75252200100031412355755
Binary1111011010101010000000100000001100110000110011101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,170,128); }

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

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

 a { background-color: rgb(61,170,128); }

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

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

 span { border-color: rgb(61,170,128); }

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