#3BAA84

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

Shades of Gossamer #3BAA84

Tints of Gossamer #3BAA84

Color information

#3BAA84 (or 0x3BAA84) is unknown color: approx Gossamer. HEX triplet: 3B, AA and 84. RGB value is (59,170,132). Sum of RGB (Red+Green+Blue) = 59+170+132=361 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.34% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAA84 is #C4557B. Grayscale: #848484. Windows color (decimal): -12866940 or 8694331. OLE color: 8694331.

HSL color Cylindrical-coordinate representation of color #3BAA84: hue angle of 159.46º 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 #3BAA84 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB59170132-
CMYK0.6500.220.33
HSL159.46º48.47%44.9%-
HSV(B)159.46º65.29%66.67%-
XYZ20.3431.3526.81-
YUV132.48127.7375.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.34%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=16.34%
G=47.09%
B=36.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591701320.6500.220.33159.4648.4744.9
Hex3BAA8441016219f302d
Octal73252204101026412376055
Binary1110111010101010000100100000101011010000110011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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