#3FAB81

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

Shades of Gossamer #3FAB81

Tints of Gossamer #3FAB81

Color information

#3FAB81 (or 0x3FAB81) is unknown color: approx Gossamer. HEX triplet: 3F, AB and 81. RGB value is (63,171,129). Sum of RGB (Red+Green+Blue) = 63+171+129=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB81 is #C0547E. Grayscale: #858585. Windows color (decimal): -12604543 or 8497983. OLE color: 8497983.

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

Color convert

RGB63171129-
CMYK0.6300.250.33
HSL156.67º46.15%45.88%-
HSV(B)156.67º63.16%67.06%-
XYZ20.5831.7725.82-
YUV133.92125.2277.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.36%
GREEN value IS 171 (67.19% from 255) = 47.11%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=17.36%
G=47.11%
B=35.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631711290.6300.250.33156.6746.1545.88
Hex3FAB813F019219d2e2e
Octal7725320177031412355656
Binary111111101010111000000111111101100110000110011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,171,129); }

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

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

 a { background-color: rgb(63,171,129); }

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

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

 span { border-color: rgb(63,171,129); }

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