#3DA286

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

Shades of Gossamer #3DA286

Tints of Gossamer #3DA286

Color information

#3DA286 (or 0x3DA286) is unknown color: approx Gossamer. HEX triplet: 3D, A2 and 86. RGB value is (61,162,134). Sum of RGB (Red+Green+Blue) = 61+162+134=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA286 is #C25D79. Grayscale: #808080. Windows color (decimal): -12737914 or 8823357. OLE color: 8823357.

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

Color convert

RGB61162134-
CMYK0.6200.170.36
HSL163.37º45.29%43.73%-
HSV(B)163.37º62.35%63.53%-
XYZ19.1528.5527.06-
YUV128.61131.0479.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.09%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=17.09%
G=45.38%
B=37.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611621340.6200.170.36163.3745.2943.73
Hex3DA2863E01124a32d2c
Octal7524220676021442435554
Binary111101101000101000011011111001000110010010100011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,162,134); }

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

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

 a { background-color: rgb(61,162,134); }

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

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

 span { border-color: rgb(61,162,134); }

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