#3AA794

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

Shades of Gossamer #3AA794

Tints of Gossamer #3AA794

Color information

#3AA794 (or 0x3AA794) is unknown color: approx Gossamer. HEX triplet: 3A, A7 and 94. RGB value is (58,167,148). Sum of RGB (Red+Green+Blue) = 58+167+148=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #3AA794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA794 is #C5586B. Grayscale: #848484. Windows color (decimal): -12933228 or 9742138. OLE color: 9742138.

HSL color Cylindrical-coordinate representation of color #3AA794: hue angle of 169.54º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA794 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB58167148-
CMYK0.6500.110.35
HSL169.54º48.44%44.12%-
HSV(B)169.54º65.27%65.49%-
XYZ20.9130.6832.84-
YUV132.24136.8975.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.55%
GREEN value IS 167 (65.62% from 255) = 44.77%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=15.55%
G=44.77%
B=39.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581671480.6500.110.35169.5448.4444.12
Hex3AA794410B23aa302c
Octal72247224101013432526054
Binary111010101001111001010010000010101110001110101010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,167,148); }

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

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

 a { background-color: rgb(58,167,148); }

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

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

 span { border-color: rgb(58,167,148); }

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