#3A9F94

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

Shades of Gossamer #3A9F94

Tints of Gossamer #3A9F94

Color information

#3A9F94 (or 0x3A9F94) is unknown color: approx Gossamer. HEX triplet: 3A, 9F and 94. RGB value is (58,159,148). Sum of RGB (Red+Green+Blue) = 58+159+148=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9F94 is #C5606B. Grayscale: #7F7F7F. Windows color (decimal): -12935276 or 9740090. OLE color: 9740090.

HSL color Cylindrical-coordinate representation of color #3A9F94: hue angle of 173.47º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F94 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB58159148-
CMYK0.6400.070.38
HSL173.47º46.54%42.55%-
HSV(B)173.47º63.52%62.35%-
XYZ19.4927.8332.36-
YUV127.55139.5478.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.89%
GREEN value IS 159 (62.5% from 255) = 43.56%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=15.89%
G=43.56%
B=40.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581591480.6400.070.38173.4746.5442.55
Hex3A9F94400726ad2f2b
Octal7223722410007462555753
Binary11101010011111100101001000000011110011010101101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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