#3FAA84

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

Shades of Gossamer #3FAA84

Tints of Gossamer #3FAA84

Color information

#3FAA84 (or 0x3FAA84) is unknown color: approx Gossamer. HEX triplet: 3F, AA and 84. RGB value is (63,170,132). Sum of RGB (Red+Green+Blue) = 63+170+132=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA84 is #C0557B. Grayscale: #858585. Windows color (decimal): -12604796 or 8694335. OLE color: 8694335.

HSL color Cylindrical-coordinate representation of color #3FAA84: hue angle of 158.69º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAA84 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB63170132-
CMYK0.6300.220.33
HSL158.69º45.92%45.69%-
HSV(B)158.69º62.94%66.67%-
XYZ20.5931.4726.82-
YUV133.67127.0577.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.26%
GREEN value IS 170 (66.80% from 255) = 46.58%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=17.26%
G=46.58%
B=36.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631701320.6300.220.33158.6945.9245.69
Hex3FAA843F016219f2e2e
Octal7725220477026412375656
Binary111111101010101000010011111101011010000110011111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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