#3DA698

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

Shades of Gossamer #3DA698

Tints of Gossamer #3DA698

Color information

#3DA698 (or 0x3DA698) is unknown color: approx Gossamer. HEX triplet: 3D, A6 and 98. RGB value is (61,166,152). Sum of RGB (Red+Green+Blue) = 61+166+152=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA698 is #C25967. Grayscale: #848484. Windows color (decimal): -12736872 or 10004029. OLE color: 10004029.

HSL color Cylindrical-coordinate representation of color #3DA698: hue angle of 172º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA698 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB61166152-
CMYK0.6300.080.35
HSL172º46.26%44.51%-
HSV(B)172º63.25%65.1%-
XYZ21.2330.5334.48-
YUV133.01138.7176.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.09%
GREEN value IS 166 (65.23% from 255) = 43.80%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=16.09%
G=43.80%
B=40.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611661520.6300.080.3517246.2644.51
Hex3DA6983F0823ac2e2d
Octal7524623077010432545655
Binary11110110100110100110001111110100010001110101100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,166,152); }

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

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

 a { background-color: rgb(61,166,152); }

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

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

 span { border-color: rgb(61,166,152); }

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