#3FAA83

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

Shades of Gossamer #3FAA83

Tints of Gossamer #3FAA83

Color information

#3FAA83 (or 0x3FAA83) is unknown color: approx Gossamer. HEX triplet: 3F, AA and 83. RGB value is (63,170,131). Sum of RGB (Red+Green+Blue) = 63+170+131=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA83 is #C0557C. Grayscale: #858585. Windows color (decimal): -12604797 or 8628799. OLE color: 8628799.

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

Color convert

RGB63170131-
CMYK0.6300.230.33
HSL158.13º45.92%45.69%-
HSV(B)158.13º62.94%66.67%-
XYZ20.5231.4426.46-
YUV133.56126.5577.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.31%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=17.31%
G=46.70%
B=35.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631701310.6300.230.33158.1345.9245.69
Hex3FAA833F017219e2e2e
Octal7725220377027412365656
Binary111111101010101000001111111101011110000110011110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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