#3BAD82

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

Shades of Gossamer #3BAD82

Tints of Gossamer #3BAD82

Color information

#3BAD82 (or 0x3BAD82) is unknown color: approx Gossamer. HEX triplet: 3B, AD and 82. RGB value is (59,173,130). Sum of RGB (Red+Green+Blue) = 59+173+130=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAD82 is #C4527D. Grayscale: #868686. Windows color (decimal): -12866174 or 8564027. OLE color: 8564027.

HSL color Cylindrical-coordinate representation of color #3BAD82: hue angle of 157.37º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAD82 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB59173130-
CMYK0.6600.250.32
HSL157.37º49.14%45.49%-
HSV(B)157.37º65.9%67.84%-
XYZ20.7832.4326.28-
YUV134.01125.7374.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.30%
GREEN value IS 173 (67.97% from 255) = 47.79%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=16.30%
G=47.79%
B=35.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591731300.6600.250.32157.3749.1445.49
Hex3BAD8242019209d312d
Octal73255202102031402356155
Binary1110111010110110000010100001001100110000010011101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,173,130); }

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

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

 a { background-color: rgb(59,173,130); }

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

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

 span { border-color: rgb(59,173,130); }

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