#3DA182

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

Shades of Gossamer #3DA182

Tints of Gossamer #3DA182

Color information

#3DA182 (or 0x3DA182) is unknown color: approx Gossamer. HEX triplet: 3D, A1 and 82. RGB value is (61,161,130). Sum of RGB (Red+Green+Blue) = 61+161+130=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA182 is #C25E7D. Grayscale: #7F7F7F. Windows color (decimal): -12738174 or 8560957. OLE color: 8560957.

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

Color convert

RGB61161130-
CMYK0.6200.190.37
HSL161.4º45.05%43.53%-
HSV(B)161.4º62.11%63.14%-
XYZ18.728.0925.56-
YUV127.57129.3780.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.33%
GREEN value IS 161 (63.28% from 255) = 45.74%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=17.33%
G=45.74%
B=36.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611611300.6200.190.37161.445.0543.53
Hex3DA1823E01325a12d2c
Octal7524120276023452415554
Binary111101101000011000001011111001001110010110100001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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