#3A997F

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

Shades of Gossamer #3A997F

Tints of Gossamer #3A997F

Color information

#3A997F (or 0x3A997F) is unknown color: approx Gossamer. HEX triplet: 3A, 99 and 7F. RGB value is (58,153,127). Sum of RGB (Red+Green+Blue) = 58+153+127=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #3A997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A997F is #C56680. Grayscale: #797979. Windows color (decimal): -12936833 or 8362298. OLE color: 8362298.

HSL color Cylindrical-coordinate representation of color #3A997F: hue angle of 163.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A997F is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB58153127-
CMYK0.6200.170.4
HSL163.58º45.02%41.37%-
HSV(B)163.58º62.09%60%-
XYZ16.9725.2124.05-
YUV121.63131.0382.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.16%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 127 (50% from 255) = 37.57%
R=17.16%
G=45.27%
B=37.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal581531270.6200.170.4163.5845.0241.37
Hex3A997F3E01128a42d29
Octal7223117776021502445551
Binary11101010011001111111111111001000110100010100100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,153,127); }

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

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

 a { background-color: rgb(58,153,127); }

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

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

 span { border-color: rgb(58,153,127); }

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