#3BAA82

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

Shades of Gossamer #3BAA82

Tints of Gossamer #3BAA82

Color information

#3BAA82 (or 0x3BAA82) is unknown color: approx Gossamer. HEX triplet: 3B, AA and 82. RGB value is (59,170,130). Sum of RGB (Red+Green+Blue) = 59+170+130=359 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.43% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAA82 is #C4557D. Grayscale: #848484. Windows color (decimal): -12866942 or 8563259. OLE color: 8563259.

HSL color Cylindrical-coordinate representation of color #3BAA82: hue angle of 158.38º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAA82 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB59170130-
CMYK0.6500.240.33
HSL158.38º48.47%44.9%-
HSV(B)158.38º65.29%66.67%-
XYZ20.2131.2926.09-
YUV132.25126.7375.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.43%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=16.43%
G=47.35%
B=36.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591701300.6500.240.33158.3848.4744.9
Hex3BAA8241018219e302d
Octal73252202101030412366055
Binary1110111010101010000010100000101100010000110011110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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