#3DA88C

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

Shades of Gossamer #3DA88C

Tints of Gossamer #3DA88C

Color information

#3DA88C (or 0x3DA88C) is unknown color: approx Gossamer. HEX triplet: 3D, A8 and 8C. RGB value is (61,168,140). Sum of RGB (Red+Green+Blue) = 61+168+140=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA88C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA88C is #C25773. Grayscale: #848484. Windows color (decimal): -12736372 or 9218109. OLE color: 9218109.

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

Color convert

RGB61168140-
CMYK0.6400.170.34
HSL164.3º46.72%44.9%-
HSV(B)164.3º63.69%65.88%-
XYZ20.6630.8929.68-
YUV132.82132.0576.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 168 (66.02% from 255) = 45.53%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=16.53%
G=45.53%
B=37.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal611681400.6400.170.34164.346.7244.9
Hex3DA88C4001122a42f2d
Octal75250214100021422445755
Binary1111011010100010001100100000001000110001010100100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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