#3DA993

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

Shades of Gossamer #3DA993

Tints of Gossamer #3DA993

Color information

#3DA993 (or 0x3DA993) is unknown color: approx Gossamer. HEX triplet: 3D, A9 and 93. RGB value is (61,169,147). Sum of RGB (Red+Green+Blue) = 61+169+147=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #3DA993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA993 is #C2566C. Grayscale: #868686. Windows color (decimal): -12736109 or 9677117. OLE color: 9677117.

HSL color Cylindrical-coordinate representation of color #3DA993: hue angle of 167.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA993 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB61169147-
CMYK0.6400.130.34
HSL167.78º46.96%45.1%-
HSV(B)167.78º63.91%66.27%-
XYZ21.3831.4732.55-
YUV134.2135.2275.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.18%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=16.18%
G=44.83%
B=38.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal611691470.6400.130.34167.7846.9645.1
Hex3DA993400D22a82f2d
Octal75251223100015422505755
Binary111101101010011001001110000000110110001010101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,169,147); }

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

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

 a { background-color: rgb(61,169,147); }

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

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

 span { border-color: rgb(61,169,147); }

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