#3D9985

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

Shades of Gossamer #3D9985

Tints of Gossamer #3D9985

Color information

#3D9985 (or 0x3D9985) is unknown color: approx Gossamer. HEX triplet: 3D, 99 and 85. RGB value is (61,153,133). Sum of RGB (Red+Green+Blue) = 61+153+133=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #3D9985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9985 is #C2667A. Grayscale: #7B7B7B. Windows color (decimal): -12740219 or 8755517. OLE color: 8755517.

HSL color Cylindrical-coordinate representation of color #3D9985: hue angle of 166.96º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9985 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB61153133-
CMYK0.6000.130.4
HSL166.96º42.99%41.96%-
HSV(B)166.96º60.13%60%-
XYZ17.5525.4726.18-
YUV123.21133.5283.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.58%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=17.58%
G=44.09%
B=38.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal611531330.6000.130.4166.9642.9941.96
Hex3D99853C0D28a72b2a
Octal7523120574015502475352
Binary11110110011001100001011111000110110100010100111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,153,133); }

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

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

 a { background-color: rgb(61,153,133); }

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

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

 span { border-color: rgb(61,153,133); }

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