#3FABA0

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

Shades of Gossamer #3FABA0

Tints of Gossamer #3FABA0

Color information

#3FABA0 (or 0x3FABA0) is unknown color: approx Gossamer. HEX triplet: 3F, AB and A0. RGB value is (63,171,160). Sum of RGB (Red+Green+Blue) = 63+171+160=394 (52% of max value = 765). Red value is 63 (25% from 255 or 15.99% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #3FABA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FABA0 is #C0545F. Grayscale: #898989. Windows color (decimal): -12604512 or 10529599. OLE color: 10529599.

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

Color convert

RGB63171160-
CMYK0.6300.060.33
HSL173.89º46.15%45.88%-
HSV(B)173.89º63.16%67.06%-
XYZ22.9632.7238.36-
YUV137.45140.7274.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.99%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 160 (62.89% from 255) = 40.61%
R=15.99%
G=43.40%
B=40.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631711600.6300.060.33173.8946.1545.88
Hex3FABA03F0621ae2e2e
Octal772532407706412565656
Binary1111111010101110100000111111011010000110101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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