#3AAA7D

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

Shades of Gossamer #3AAA7D

Tints of Gossamer #3AAA7D

Color information

#3AAA7D (or 0x3AAA7D) is unknown color: approx Gossamer. HEX triplet: 3A, AA and 7D. RGB value is (58,170,125). Sum of RGB (Red+Green+Blue) = 58+170+125=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA7D is #C55582. Grayscale: #838383. Windows color (decimal): -12932483 or 8235578. OLE color: 8235578.

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

Color convert

RGB58170125-
CMYK0.6600.260.33
HSL155.89º49.12%44.71%-
HSV(B)155.89º65.88%66.67%-
XYZ19.8231.1324.37-
YUV131.38124.3975.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.43%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=16.43%
G=48.16%
B=35.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581701250.6600.260.33155.8949.1244.71
Hex3AAA7D4201A219c312d
Octal72252175102032412346155
Binary111010101010101111101100001001101010000110011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,170,125); }

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

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

 a { background-color: rgb(58,170,125); }

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

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

 span { border-color: rgb(58,170,125); }

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