#3D997C

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

Shades of Gossamer #3D997C

Tints of Gossamer #3D997C

Color information

#3D997C (or 0x3D997C) is unknown color: approx Gossamer. HEX triplet: 3D, 99 and 7C. RGB value is (61,153,124). Sum of RGB (Red+Green+Blue) = 61+153+124=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #3D997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D997C is #C26683. Grayscale: #7A7A7A. Windows color (decimal): -12740228 or 8165693. OLE color: 8165693.

HSL color Cylindrical-coordinate representation of color #3D997C: hue angle of 161.09º 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 #3D997C is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB61153124-
CMYK0.6000.190.4
HSL161.09º42.99%41.96%-
HSV(B)161.09º60.13%60%-
XYZ16.9525.2323.05-
YUV122.19129.0284.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=18.05%
G=45.27%
B=36.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal611531240.6000.190.4161.0942.9941.96
Hex3D997C3C01328a12b2a
Octal7523117474023502415352
Binary11110110011001111110011110001001110100010100001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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