#3AAD80

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

Shades of Gossamer #3AAD80

Tints of Gossamer #3AAD80

Color information

#3AAD80 (or 0x3AAD80) is unknown color: approx Gossamer. HEX triplet: 3A, AD and 80. RGB value is (58,173,128). Sum of RGB (Red+Green+Blue) = 58+173+128=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAD80 is #C5527F. Grayscale: #858585. Windows color (decimal): -12931712 or 8432954. OLE color: 8432954.

HSL color Cylindrical-coordinate representation of color #3AAD80: hue angle of 156.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAD80 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB58173128-
CMYK0.6600.260.32
HSL156.52º49.78%45.29%-
HSV(B)156.52º66.47%67.84%-
XYZ20.5832.3525.58-
YUV133.48124.974.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.16%
GREEN value IS 173 (67.97% from 255) = 48.19%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=16.16%
G=48.19%
B=35.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581731280.6600.260.32156.5249.7845.29
Hex3AAD804201A209d322d
Octal72255200102032402356255
Binary1110101010110110000000100001001101010000010011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,173,128); }

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

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

 a { background-color: rgb(58,173,128); }

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

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

 span { border-color: rgb(58,173,128); }

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