#3DA18E

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

Shades of Gossamer #3DA18E

Tints of Gossamer #3DA18E

Color information

#3DA18E (or 0x3DA18E) is unknown color: approx Gossamer. HEX triplet: 3D, A1 and 8E. RGB value is (61,161,142). Sum of RGB (Red+Green+Blue) = 61+161+142=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA18E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA18E is #C25E71. Grayscale: #808080. Windows color (decimal): -12738162 or 9347389. OLE color: 9347389.

HSL color Cylindrical-coordinate representation of color #3DA18E: hue angle of 168.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA18E is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB61161142-
CMYK0.6200.120.37
HSL168.6º45.05%43.53%-
HSV(B)168.6º62.11%63.14%-
XYZ19.5528.4330.05-
YUV128.93135.3779.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.76%
GREEN value IS 161 (63.28% from 255) = 44.23%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=16.76%
G=44.23%
B=39.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611611420.6200.120.37168.645.0543.53
Hex3DA18E3E0C25a92d2c
Octal7524121676014452515554
Binary11110110100001100011101111100110010010110101001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,161,142); }

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

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

 a { background-color: rgb(61,161,142); }

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

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

 span { border-color: rgb(61,161,142); }

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