#3DA896

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

Shades of Gossamer #3DA896

Tints of Gossamer #3DA896

Color information

#3DA896 (or 0x3DA896) is unknown color: approx Gossamer. HEX triplet: 3D, A8 and 96. RGB value is (61,168,150). Sum of RGB (Red+Green+Blue) = 61+168+150=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA896 is #C25769. Grayscale: #858585. Windows color (decimal): -12736362 or 9873469. OLE color: 9873469.

HSL color Cylindrical-coordinate representation of color #3DA896: hue angle of 169.91º 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 #3DA896 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB61168150-
CMYK0.6400.110.34
HSL169.91º46.72%44.9%-
HSV(B)169.91º63.69%65.88%-
XYZ21.4331.233.75-
YUV133.96137.0575.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.09%
GREEN value IS 168 (66.02% from 255) = 44.33%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=16.09%
G=44.33%
B=39.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal611681500.6400.110.34169.9146.7244.9
Hex3DA896400B22aa2f2d
Octal75250226100013422525755
Binary111101101010001001011010000000101110001010101010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,168,150); }

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

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

 a { background-color: rgb(61,168,150); }

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

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

 span { border-color: rgb(61,168,150); }

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