#3FA08B

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

Shades of Gossamer #3FA08B

Tints of Gossamer #3FA08B

Color information

#3FA08B (or 0x3FA08B) is unknown color: approx Gossamer. HEX triplet: 3F, A0 and 8B. RGB value is (63,160,139). Sum of RGB (Red+Green+Blue) = 63+160+139=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA08B is #C05F74. Grayscale: #808080. Windows color (decimal): -12607349 or 9150527. OLE color: 9150527.

HSL color Cylindrical-coordinate representation of color #3FA08B: hue angle of 167.01º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA08B is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB63160139-
CMYK0.6100.130.37
HSL167.01º43.5%43.73%-
HSV(B)167.01º60.62%62.75%-
XYZ19.2828.0628.83-
YUV128.6133.8681.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.40%
GREEN value IS 160 (62.89% from 255) = 44.20%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=17.40%
G=44.20%
B=38.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal631601390.6100.130.37167.0143.543.73
Hex3FA08B3D0D25a72b2c
Octal7724021375015452475354
Binary11111110100000100010111111010110110010110100111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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